Try some more changes
This commit is contained in:
parent
e6502a3713
commit
96468ab4b3
35 changed files with 48 additions and 47 deletions
|
@ -5,9 +5,9 @@ const route = require('./../../../vendor/tightenco/ziggy/src/js/route').default;
|
|||
|
||||
// Base Vuejs Templates
|
||||
import Login from './components/auth/Login.vue';
|
||||
import Dashboard from './components/dashboard/Dashboard';
|
||||
import Account from './components/dashboard/Account';
|
||||
import ResetPassword from './components/auth/ResetPassword';
|
||||
import Dashboard from './components/dashboard/Dashboard.vue';
|
||||
import Account from './components/dashboard/Account.vue';
|
||||
import ResetPassword from './components/auth/ResetPassword.vue';
|
||||
import User from './models/user';
|
||||
import {
|
||||
Server,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue