Drag and drop
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user