mirror of
https://github.com/morten-olsen/plainidx.git
synced 2026-02-08 01:06:24 +01:00
feat: add build pipeline
This commit is contained in:
9
app/src/app.tsx
Normal file
9
app/src/app.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
const App = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Hello World</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export { App };
|
||||
Reference in New Issue
Block a user