init template

pull/1/head
Aji Kamaludin 3 years ago
parent 842a1db2a0
commit 64e1b27050
No known key found for this signature in database
GPG Key ID: 670E1F26AD5A8099

@ -0,0 +1,7 @@
import React from 'react'
export default function AppLogo({ className }) {
return (
<h1 className={`font-bold text-2xl ${className}`}>Payroll</h1>
)
}
Loading…
Cancel
Save