Skip to content

Commit

Permalink
feat(SVG): remove depth prop demo
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Sep 4, 2023
1 parent da85374 commit ca82737
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 126 deletions.
121 changes: 0 additions & 121 deletions playground/src/pages/SVGDepthDemo.vue

This file was deleted.

5 changes: 0 additions & 5 deletions playground/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ const routes = [
name: 'SVG',
component: () => import('./pages/SVGDemo.vue'),
},
{
path: '/loaders/svg/depth',
name: 'SVG Depth',
component: () => import('./pages/SVGDepthDemo.vue'),
},
{
path: '/loaders/use-gltf',
name: 'useGLTF',
Expand Down

0 comments on commit ca82737

Please sign in to comment.