From 11b403f2ffc226207891437e5d725ea5074b7ded Mon Sep 17 00:00:00 2001 From: Youssef Moussaoui Date: Wed, 23 Feb 2022 11:28:12 -0800 Subject: [PATCH] Update App.tsx --- ts-windicss/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-windicss/src/App.tsx b/ts-windicss/src/App.tsx index 3dc0af3..b3e3350 100644 --- a/ts-windicss/src/App.tsx +++ b/ts-windicss/src/App.tsx @@ -2,7 +2,7 @@ import type { Component } from 'solid-js'; const App: Component = () => { return ( -

Hello tailwind!

+

Hello windi-css!

); };