Skip to content

Commit

Permalink
Rename a file to fix lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnhLe-Axel committed Apr 9, 2024
1 parent 11e9517 commit 29899b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"useTabs": false,
"bracketSpacing": false,
"bracketSameLine": false,
"printWidth": 90
"printWidth": 80
}
2 changes: 1 addition & 1 deletion apps/frontend/src/Screens/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {getTokenFromCookie} from '../Utils/CookieFunctions';
import Button, {ButtonProps} from '@mui/material/Button';
import styled from '@emotion/styled';
import {brown} from '@mui/material/colors';
import exportCalendar from '../Utils/exportCalendar';
import exportCalendar from '../Utils/expCalendar';
import '../css/Calendar.css';
import {Course, WeeklySchedule} from '../Utils/types';
import Screen from '../Components/Screen/Screen';
Expand Down
File renamed without changes.

0 comments on commit 29899b3

Please sign in to comment.