client/web: pipe through to React in dev mode
Updates tailscale/corp#13775 Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:

committed by
Sonia Appasamy

parent
98ec8924c2
commit
3f12b9c8b2
5
client/web/src/components/app.tsx
Normal file
5
client/web/src/components/app.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import React from "react"
|
||||
|
||||
export default function App() {
|
||||
return <div>Hello world</div>
|
||||
}
|
Reference in New Issue
Block a user