Skip to content

Commit

Permalink
refactor: add explicit type into import
Browse files Browse the repository at this point in the history
  • Loading branch information
iaurg committed Oct 29, 2023
1 parent 3e04ce9 commit 15bd4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/(private)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Metadata } from "next";
import type { Metadata } from "next";

// These styles apply to every route in the application
import "../../styles/globals.css";
Expand Down

0 comments on commit 15bd4c3

Please sign in to comment.