This commit is contained in:
rustdesk
2022-01-20 01:55:57 +08:00
parent 28c0967690
commit 50c8650c63
3 changed files with 46 additions and 10 deletions

View File

@@ -1,9 +1,3 @@
import './style.css';
import "./style.css";
import "./client";
const app = document.querySelector<HTMLDivElement>('#app')!
app.innerHTML = `
<h1>Hello Vite!</h1>
<a href="https://vitejs.dev/guide/features.html" target="_blank">Documentation</a>
`
import "./ui";