Update App.tsx
This commit is contained in:
committed by
GitHub
parent
bec3c487cc
commit
11b403f2ff
@@ -2,7 +2,7 @@ import type { Component } from 'solid-js';
|
|||||||
|
|
||||||
const App: Component = () => {
|
const App: Component = () => {
|
||||||
return (
|
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>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user