diff options
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.astro | 8 |
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> |