Pārlūkot izejas kodu

chore: removed ready pages from playground routes

Tino Koch 2 mēneši atpakaļ
vecāks
revīzija
0b5edf4d93
1 mainītis faili ar 0 papildinājumiem un 5 dzēšanām
  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',