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!
); };