ADD tailwind css
This commit is contained in:
1
src/main/frontend/index.css
Normal file
1
src/main/frontend/index.css
Normal file
@@ -0,0 +1 @@
|
||||
@import "tailwindcss";
|
||||
@@ -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);
|
||||
|
||||
3
src/main/frontend/views/video/{id}.tsx
Normal file
3
src/main/frontend/views/video/{id}.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function video() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user