Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dqii committed Sep 29, 2024
1 parent 7b66dbb commit a3c2dd1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/Page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
'use client';
import {
Fira_Mono,
IBM_Plex_Mono,
IBM_Plex_Sans,
JetBrains_Mono,
Source_Sans_3,
} from 'next/font/google';
import { IBM_Plex_Mono, Source_Sans_3 } from 'next/font/google';
import PageClient from './PageClient';
import {
getThreadMessages,
Expand Down

0 comments on commit a3c2dd1

Please sign in to comment.