Skip to content

Commit

Permalink
chore(App.tsx): remove unused import of "@fontsource-variable/inter-t…
Browse files Browse the repository at this point in the history
…ight"

The import of "@fontsource-variable/inter-tight" was removed as it was unused in the file, improving code cleanliness and reducing unnecessary dependencies.
  • Loading branch information
ktun95 committed Dec 6, 2024
1 parent 3441add commit 1ec80ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/dicty-frontpage/src/app/layout/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { CssBaseline } from "@material-ui/core"
import { AppProviders } from "./AppProviders"
import { FrontPageApp } from "./FrontPageApp"
import "@fontsource-variable/playfair-display"
import "@fontsource-variable/inter-tight"

const logtoConfig: LogtoConfig = {
endpoint: import.meta.env.VITE_LOGTO_ENDPOINT,
Expand Down

0 comments on commit 1ec80ef

Please sign in to comment.