rename component

This commit is contained in:
Philipp Kühn
2018-12-08 09:30:36 +01:00
parent ea6a0e0079
commit e0c69a66c4
3 changed files with 7 additions and 8 deletions

View File

@@ -55,10 +55,10 @@ const routes = [
},
},
{
path: '/table',
component: () => import('Components/Routes/Table'),
path: '/tables',
component: () => import('Components/Routes/Tables'),
meta: {
githubUrl: 'https://github.com/heyscrumpy/tiptap/tree/master/examples/Components/Routes/Table',
githubUrl: 'https://github.com/heyscrumpy/tiptap/tree/master/examples/Components/Routes/Tables',
},
},
{