Skip to content

Commit 702996a

Browse files
committed
ci: update example to build
1 parent 5445ee8 commit 702996a

File tree

1 file changed

+2
-1
lines changed
  • zephyr-examples/create-mf-app-rspack/src

1 file changed

+2
-1
lines changed

zephyr-examples/create-mf-app-rspack/src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ import './index.css'
55

66
const App = () => (
77
<div className="container">
8-
<div>Name: create-mf-app-rspack with zephyr v1.1.1</div>
8+
<div>Name: create-mf-app-rspack with zephyr</div>
99
<div>Framework: react</div>
1010
<div>Language: TypeScript</div>
1111
<div>CSS: Empty CSS</div>
12+
<div>Version: v1.1.1</div>
1213
</div>
1314
)
1415
const rootElement = document.getElementById('app')

0 commit comments

Comments
 (0)