aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/react/test/fixtures/react-component/src/skipped-pages/window.astro
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/react/test/fixtures/react-component/src/skipped-pages/window.astro')
-rw-r--r--packages/integrations/react/test/fixtures/react-component/src/skipped-pages/window.astro8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/integrations/react/test/fixtures/react-component/src/skipped-pages/window.astro b/packages/integrations/react/test/fixtures/react-component/src/skipped-pages/window.astro
new file mode 100644
index 000000000..e780f3c44
--- /dev/null
+++ b/packages/integrations/react/test/fixtures/react-component/src/skipped-pages/window.astro
@@ -0,0 +1,8 @@
+---
+import GetSearch from '../components/GetSearch.jsx';
+---
+<html>
+<body>
+ <GetSearch />
+</body>
+</html>