Skip to content

Commit c40837e

Browse files
fix: linter
1 parent b2d7205 commit c40837e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/app/_components/flowbite-theme.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { CustomFlowbiteTheme, Flowbite } from "flowbite-react";
2-
import { PropsWithChildren } from "react";
1+
import { type CustomFlowbiteTheme, Flowbite } from "flowbite-react";
2+
import { type PropsWithChildren } from "react";
33

44
// Set custom styles for flowbite components
55
const theme: CustomFlowbiteTheme = {};

src/styles/font/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Inter } from "next/font/google";
2-
import { variable } from "./variable";
2+
import { type variable } from "./variable";
33

44
export const font = Inter({
55
subsets: ["latin"],

src/styles/font/variable.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { CssVariable } from "next/dist/compiled/@next/font";
1+
import { type CssVariable } from "next/dist/compiled/@next/font";
22

33
export const variable = "--font-sans" as const satisfies CssVariable;

0 commit comments

Comments
 (0)