Skip to content

Commit 627822d

Browse files
deleting blogs from the client side
1 parent 2202c30 commit 627822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {APP_NAME} from "../config.js";
44
import NProgress from "nprogress";
55
import {logout,isAuthenticated} from "../actions/authentication.js";
66
import Router from "next/router";
7-
import {useLoaded} from "../Hooks/useLoaded";
7+
import {useLoaded} from "../hooks/useLoaded";
88
import BookIcon from '@material-ui/icons/Book';
99
import {
1010
Collapse,

0 commit comments

Comments
 (0)