From d4fe8a48ce125b9d60c7e4958e7672327cd06cb3 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 5 Mar 2024 23:02:42 +0530 Subject: [PATCH] chore(deps): setup tailwind --- ui/src/App.tsx | 4 +++- ui/src/index.css | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 58a566ab..38cd4843 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -2,7 +2,9 @@ function App() { return ( <> -

Init UI

+

+ Hello world! +

) } diff --git a/ui/src/index.css b/ui/src/index.css index e69de29b..bd6213e1 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; \ No newline at end of file