Update App.tsx

This commit is contained in:
Youssef Moussaoui
2022-02-23 11:28:12 -08:00
committed by GitHub
parent bec3c487cc
commit 11b403f2ff
+1 -1
View File
@@ -2,7 +2,7 @@ import type { Component } from 'solid-js';
const App: Component = () => {
return (
<p class="text-4xl text-green-700 text-center py-20">Hello tailwind!</p>
<p class="text-4xl text-green-700 text-center py-20">Hello windi-css!</p>
);
};