diff options
| author | Will Norris <will@tailscale.com> | 2023-08-08 12:59:02 -0700 |
|---|---|---|
| committer | Will Norris <will@tailscale.com> | 2023-08-10 10:38:49 -0700 |
| commit | 5e7666084379b27ea3389851f5366c81384b6d62 (patch) | |
| tree | 7c8952bdaf9d61ef130a4cdc76b713087b50c776 /webui/src/index.tsx | |
| parent | 94253129239547f7235b7c4f7ccf0bbd4f25c01c (diff) | |
| download | tailscale-tsweb/client-ui.tar.xz tailscale-tsweb/client-ui.zip | |
stashtsweb/client-ui
Diffstat (limited to 'webui/src/index.tsx')
| -rw-r--r-- | webui/src/index.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webui/src/index.tsx b/webui/src/index.tsx new file mode 100644 index 000000000..0a80fbdf0 --- /dev/null +++ b/webui/src/index.tsx @@ -0,0 +1,3 @@ +const rootEl = document.createElement("div") +rootEl.textContent = "hello dev" +document.body.append(rootEl) |
