1
0

Drag and drop

This commit is contained in:
2024-10-27 02:02:19 +03:00
parent 7f86f64164
commit b9686aed78
5 changed files with 96 additions and 30 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="en" class="bg-neutral-200 dark:bg-neutral-800">
<head>
<meta charset="UTF-8" />
@@ -8,7 +8,7 @@
<title>Vite + React + TS</title>
</head>
<body class="m-0 min-h-screen">
<body class="m-0 min-h-screen ">
<div id="root" class="my-0 mx-auto max-w-screen-sm"></div>
<script type="module" src="/src/main.tsx"></script>
</body>