Skip to content

Commit

Permalink
Removed @ prefix (seemed to break frontend test,
Browse files Browse the repository at this point in the history
also how other imports are formatted)
  • Loading branch information
zachary-kent committed Oct 22, 2021
1 parent d72f7a8 commit 9d9c91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/global-firestore-data/semesters.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SeasonOrdinal } from '@/utilities';
import { semestersCollection } from '../firebase-frontend-config';
import { SeasonOrdinal } from '../utilities';
import store from '../store';
import { semestersCollection } from '../firebase-frontend-config';
import { GTag, GTagEvent } from '../gtag';

import {
Expand Down

0 comments on commit 9d9c91e

Please sign in to comment.