feat: satt upp Vite + React + TypeScript + TailwindCSS
Deploy static content to Pages / deploy (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
function App() {
|
||||
return (
|
||||
<div className="min-h-screen bg-[#F8F9FB] text-[#0F172A] dark:bg-[#0B0F14] dark:text-[#E5E7EB]">
|
||||
<h1 className="text-4xl font-bold text-center py-20 text-primary">KITS – Krilles IT Shop</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user