Update App.tsx

This commit is contained in:
Daniel Rodríguez Rivero
2022-02-04 19:15:38 +01:00
committed by GitHub
parent 1b9295413b
commit 05c183c472
+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 wini-css!</p>
);
};