remove text align example

This commit is contained in:
Philipp Kühn
2018-11-08 22:35:52 +01:00
parent 6e38c5abac
commit 1728a247ea
4 changed files with 0 additions and 137 deletions

View File

@@ -47,13 +47,6 @@ const routes = [
githubUrl: 'https://github.com/heyscrumpy/tiptap/tree/master/examples/Components/Routes/Images',
},
},
{
path: '/text-align',
component: () => import('Components/Routes/TextAlign'),
meta: {
githubUrl: 'https://github.com/heyscrumpy/tiptap/tree/master/examples/Components/Routes/TextAlign',
},
},
{
path: '/hiding-menu-bar',
component: () => import('Components/Routes/HidingMenuBar'),