Fixed DaisyUI installation

This commit is contained in:
2025-09-27 10:52:18 +02:00
parent fc2e9e621e
commit 56dec3a619
11 changed files with 133 additions and 74 deletions

View File

@@ -1,10 +1,10 @@
<!doctype html>
<html lang="en">
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>My Documents Manager</title>
</head>
<body>
<div id="root"></div>