erste Fassung von Client und Server rein
This commit is contained in:
10
client/src/App.tsx
Normal file
10
client/src/App.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Tldraw } from 'tldraw'
|
||||
import 'tldraw/tldraw.css'
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
<div style={{ position: 'fixed', inset: 0 }}>
|
||||
<Tldraw />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user