引入 husky,并全局重新格式化
This commit is contained in:
@@ -4,7 +4,7 @@ export type HeaderProps = {}
|
||||
|
||||
export default async function Header(props: HeaderProps) {
|
||||
return (
|
||||
<header className={`fixed top-0 w-full z-10`}>
|
||||
<header className="fixed top-0 w-full z-10">
|
||||
<Provider/>
|
||||
</header>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user