Skip to content

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ha-ccoon committed Nov 9, 2024
1 parent 2fcfcc9 commit 15db3e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { useState } from 'react';

import { Chat } from './pages/Chat';
import { Chat } from './pages/chat';

function App() {
return <Chat />;
Expand Down

0 comments on commit 15db3e7

Please sign in to comment.