diff --git a/playground/src/pages/SVGDepthDemo.vue b/playground/src/pages/SVGDepthDemo.vue
deleted file mode 100644
index 10f9738d..00000000
--- a/playground/src/pages/SVGDepthDemo.vue
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/playground/src/router.ts b/playground/src/router.ts
index 60018fa9..11024d65 100644
--- a/playground/src/router.ts
+++ b/playground/src/router.ts
@@ -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',