Skip to content

Commit

Permalink
user boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
kygchng committed Jan 28, 2025
1 parent 4483af3 commit 6a7fc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Chapters/ChapterDashboardHeader.tsx
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 6a7fc32

Please sign in to comment.