Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 671c8fe

Browse files
committed
chore: rename with-plugins example to 42-wasm
1 parent c8a3472 commit 671c8fe

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

examples/with-plugins/pages/index.tsx renamed to examples/42-wasm/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import React from 'react'
22
// @ts-expect-error
3-
import wasm from './42.wasm'
3+
import wasm from '../lib/42.wasm'
44

55
export default function Home() {
66
return (
77
<>
8-
<link rel="stylesheet" href="./style.scss" />
8+
<link rel="stylesheet" href="../style/style.scss" />
99
<h1>{wasm.main()}</h1>
1010
</>
1111
)

0 commit comments

Comments
 (0)