This commit is contained in:
root
2025-09-24 09:53:01 +00:00
parent dc4dc63ddd
commit 2accfef465
2 changed files with 0 additions and 22 deletions
-12
View File
@@ -1,12 +0,0 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StackPulse</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
-10
View File
@@ -1,10 +0,0 @@
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}