mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
9 lines
154 B
TypeScript
9 lines
154 B
TypeScript
import 'tailwindcss/tailwind.css';
|
|
export default function App() {
|
|
return (
|
|
<div className="bg-red-300 text-center">
|
|
coucou
|
|
</div>
|
|
);
|
|
}
|