Spaces:
Running
Running
refactor: Remove unused useState import from Dashboard component
Browse files- src/pages/Dashboard.jsx +0 -1
src/pages/Dashboard.jsx
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
import { useState } from 'react';
|
2 |
import { useAuth } from '../hooks/useAuth';
|
3 |
import { useSearch } from '../hooks/useSearch';
|
4 |
import SearchForm from '../components/Search/SearchForm';
|
|
|
|
|
1 |
import { useAuth } from '../hooks/useAuth';
|
2 |
import { useSearch } from '../hooks/useSearch';
|
3 |
import SearchForm from '../components/Search/SearchForm';
|