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!

); };