move interface to src/ folder

This commit is contained in:
SethBurkart123
2023-12-20 13:08:31 +11:00
parent 378a983bf5
commit ebb8ddbaf0
40 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./interface/index.html",
"./interface/**/*.{js,ts,jsx,tsx}",
"./src/**/*.{js,ts,jsx,tsx,html}",
],
darkMode: "class",
theme: {