Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmant committed Feb 15, 2024
1 parent 907ab41 commit ee0d7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import AdminEntryList from './components/pages/admin/entry/List'
import AdminEntryEdit from './components/pages/admin/entry/Edit'
import Error404 from './components/pages/404'
import Profile from './components/pages/auth/Profile'
import Policy from '~/components/pages/Policy'
import Policy from './components/pages/Policy'

const routes = [
{ path: '/', component: Front },
Expand Down

0 comments on commit ee0d7b2

Please sign in to comment.