Dashboard Design continue

This commit is contained in:
Nicolas
2025-03-02 12:52:03 +01:00
parent e964c7d175
commit 3f4c77ef39
7 changed files with 315 additions and 138 deletions

View File

@@ -6,7 +6,7 @@ interface HeaderProps {
handleCheckboxChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
}
export const Header = ({ isChecked, handleCheckboxChange }: HeaderProps) => {
export default ({ isChecked, handleCheckboxChange }: HeaderProps) => {
const session = useSession();
return (
<header className="flex justify-between items-center p-4">