We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15ad1b commit 91d6144Copy full SHA for 91d6144
packages/plugin-react-swc/playground/ts-lib/src/app.tsx
@@ -3,11 +3,6 @@ import TestNonJs from '@vitejs/test-dep-non-js'
3
export default function App() {
4
return (
5
<section style={{ margin: 24 }}>
6
- <header style={{ display: 'flex', gap: 24 }}>
7
- {/* <Link to="/">Home</Link>
8
- <Link to="/about">About</Link> */}
9
- </header>
10
-
11
<main>
12
<TestNonJs />
13
</main>
0 commit comments