mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
added prettier
This commit is contained in:
19
resources/js/routes/routesTeam.js
vendored
19
resources/js/routes/routesTeam.js
vendored
@@ -1,13 +1,12 @@
|
||||
const routesTeam = [
|
||||
{
|
||||
name: 'Invitation',
|
||||
path: '/team-folder-invitation/:id',
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "chunks/invitation" */ '../views/Teams/Invitation'),
|
||||
meta: {
|
||||
requiresAuth: false
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Invitation',
|
||||
path: '/team-folder-invitation/:id',
|
||||
component: () => import(/* webpackChunkName: "chunks/invitation" */ '../views/Teams/Invitation'),
|
||||
meta: {
|
||||
requiresAuth: false,
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
export default routesTeam
|
||||
export default routesTeam
|
||||
|
||||
Reference in New Issue
Block a user