diff --git a/eslint.config.mjs b/eslint.config.mjs
index c32fa206..25d2c830 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -54,4 +54,14 @@ export default antfu(
'no-new': 'off',
},
},
+ {
+ // SFCs with two
-
+
+
+
+
diff --git a/playground/pages/index.vue b/playground/pages/index.vue
index 416dd71d..dcfa1b1f 100644
--- a/playground/pages/index.vue
+++ b/playground/pages/index.vue
@@ -187,12 +187,6 @@ const content = registryScripts
logo: registryScripts.find(s => s.label === 'Google Maps')?.logo,
registryScript: null,
},
- {
- name: 'Google Maps (Styled)',
- path: '/third-parties/google-maps/styled',
- logo: registryScripts.find(s => s.label === 'Google Maps')?.logo,
- registryScript: null,
- },
{
name: 'Google Maps (SFCs)',
path: '/third-parties/google-maps/sfcs',
diff --git a/playground/pages/third-parties/google-maps/styled.vue b/playground/pages/third-parties/google-maps/styled.vue
deleted file mode 100644
index 0c562215..00000000
--- a/playground/pages/third-parties/google-maps/styled.vue
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-