Skip to content

Commit fbbbd60

Browse files
committed
Removed useLocation
1 parent 33e4553 commit fbbbd60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/layouts/admin/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import routes from "routes.js";
1111

1212
// Custom Chakra theme
1313
export default function Dashboard(props) {
14-
let location = useLocation();
1514
const { ...rest } = props;
1615
// states and functions
1716
const [fixed] = useState(false);

0 commit comments

Comments
 (0)