Browse Source

chore: removed ready pages from playground routes

Tino Koch 3 weeks ago
parent
commit
0b5edf4d93
1 changed files with 0 additions and 5 deletions
  1. 0 5
      playground/vue/src/router/routes/basic.ts

+ 0 - 5
playground/vue/src/router/routes/basic.ts

@@ -44,11 +44,6 @@ export const basicRoutes = [
     name: 'Pierced Props',
     component: () => import('../../pages/basic/PiercedProps.vue'),
   },
-  {
-    path: '/basic/ready',
-    name: '@ready',
-    component: () => import('../../pages/basic/ready/index.vue'),
-  },
   {
     path: '/basic/textures',
     name: 'Textures',