From 6a7fc32bd1ca6d32e65d445133a6df9a7e3a8896 Mon Sep 17 00:00:00 2001 From: kygchng Date: Tue, 28 Jan 2025 16:20:19 -0500 Subject: [PATCH] user boilerplate --- client/src/Chapters/ChapterDashboardHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;