Update App.tsx

This commit is contained in:
Youssef Moussaoui
2022-02-23 11:27:42 -08:00
committed by GitHub
parent bec3c487cc
commit efa711c520
+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 wini-css!</p>
<p class="text-4xl text-green-700 text-center py-20">Hello tailwind!</p>
);
};