Skip to content

Commit 91d6144

Browse files
committed
chore: cleanup
1 parent a15ad1b commit 91d6144

File tree

1 file changed

+0
-5
lines changed
  • packages/plugin-react-swc/playground/ts-lib/src

1 file changed

+0
-5
lines changed

packages/plugin-react-swc/playground/ts-lib/src/app.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ import TestNonJs from '@vitejs/test-dep-non-js'
33
export default function App() {
44
return (
55
<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-
116
<main>
127
<TestNonJs />
138
</main>

0 commit comments

Comments
 (0)