diff --git a/client/src/Chapters/ChapterDashboardHeader.tsx b/client/src/Chapters/ChapterDashboardHeader.tsx index 7338c32f..97f8d5e7 100644 --- a/client/src/Chapters/ChapterDashboardHeader.tsx +++ b/client/src/Chapters/ChapterDashboardHeader.tsx @@ -1,7 +1,7 @@ import { Box, Typography } from '@mui/material'; import React from 'react'; import Logo from './Logo.tsx'; -import IUser from '../util/types/chapter.ts'; +import IUser from '../util/types/user.ts'; interface IChapterDashboardHeaderProps { chapter: IUser;