mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 08:01:26 +03:00
test ui
This commit is contained in:
10
src/main.ts
10
src/main.ts
@@ -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";
|
||||
Reference in New Issue
Block a user