Initial commit
This commit is contained in:
5
src/App.tsx
Normal file
5
src/App.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const a = 1
|
||||
|
||||
export const App = () => {
|
||||
return <div className="bg-slate-200 w-20 h-10 border">App</div>;
|
||||
};
|
||||
Reference in New Issue
Block a user