Skip to content

Commit

Permalink
fix: useCursor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nim-od committed Aug 15, 2024
1 parent 3d44cd4 commit 6721b09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/user/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ToasterStack from 'src/components/common/toast/ToasterStack.tsx';
import AppProviders from 'src/libs/index.tsx';
import router from 'src/routes/router.tsx';
import CasperCursor from './components/cursor/CasperCursor.tsx';
import useCursor from './hooks/useCorusr.ts';
import useCursor from './hooks/useCursor.ts';

export default function App() {
useCursor();
Expand Down
File renamed without changes.

0 comments on commit 6721b09

Please sign in to comment.