From 05c183c472e1d967451a9976506a912815be561f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez=20Rivero?= Date: Fri, 4 Feb 2022 19:15:38 +0100 Subject: [PATCH] Update App.tsx --- ts-tailwindcss/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-tailwindcss/src/App.tsx b/ts-tailwindcss/src/App.tsx index 3dc0af3..6693a94 100644 --- a/ts-tailwindcss/src/App.tsx +++ b/ts-tailwindcss/src/App.tsx @@ -2,7 +2,7 @@ import type { Component } from 'solid-js'; const App: Component = () => { return ( -

Hello tailwind!

+

Hello wini-css!

); };