ADD tailwind css

This commit is contained in:
2025-05-16 15:17:00 +02:00
parent 6eb13dc7a8
commit d24a6fccab
5 changed files with 10824 additions and 0 deletions

View File

@@ -0,0 +1 @@
@import "tailwindcss";

View File

@@ -1,5 +1,6 @@
import {useState} from "react";
import {UploadService} from "Frontend/generated/endpoints";
import "./../index.css";
export default function main() {
const [uuid, setUuid] = useState<String | undefined> (undefined);

View File

@@ -0,0 +1,3 @@
export default function video() {
}