summaryrefslogtreecommitdiff
path: root/packages/integrations/react/test/fixtures/react-component/src/skipped-pages/window.astro
blob: e780f3c44303799310a0c374399be193d3f69413 (plain) (blame)
1
2
3
4
5
6
7
8
---
import GetSearch from '../components/GetSearch.jsx';
---
<html>
<body>
  <GetSearch />
</body>
</html>