mm
This commit is contained in:
7
packages/ui-web/playground/App.tsx
Normal file
7
packages/ui-web/playground/App.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { useState } from "react";
|
||||
|
||||
function App() {
|
||||
return <div></div>;
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user