🚧 Define typo

This commit is contained in:
Freeze455
2021-08-17 14:00:00 +02:00
parent ad2b928eae
commit b46270b3f1
4 changed files with 71 additions and 29 deletions

View File

@@ -1,8 +1,8 @@
import { RouteRecordRaw } from 'vue-router'
import GettingStarted from './getting-started.vue'
import GettingStarted from './Getting-started.vue'
const routes: RouteRecordRaw[] = [
{ path: '/documentation/getting-started', component: GettingStarted },
{ path: '/documentation/Getting-started', component: GettingStarted },
]
export default routes