mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-26 02:53:59 +01:00
6 lines
65 B
TypeScript
6 lines
65 B
TypeScript
|
function App() {
|
||
|
return <div>App</div>;
|
||
|
}
|
||
|
|
||
|
export default App;
|