summaryrefslogtreecommitdiff
path: root/examples/with-multiple-frameworks/src/components/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-multiple-frameworks/src/components/index.ts')
-rw-r--r--examples/with-multiple-frameworks/src/components/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/with-multiple-frameworks/src/components/index.ts b/examples/with-multiple-frameworks/src/components/index.ts
deleted file mode 100644
index 4077dcacd..000000000
--- a/examples/with-multiple-frameworks/src/components/index.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-export { default as A } from './A.astro';
-export { default as B } from './B.astro';