Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-at-mit committed Jul 25, 2024
1 parent 7616214 commit 2fafc95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/public/src/components/CourseProductDetailEnroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ import {

import { formatPrettyDate, emptyOrNil } from "../lib/util"
import moment from "moment-timezone"
import {
getFirstRelevantRun,
isRunArchived,
} from "../lib/courseApi"
import { getFirstRelevantRun, isRunArchived } from "../lib/courseApi"
import { getCookie } from "../lib/api"
import users, { currentUserSelector } from "../lib/queries/users"
import {
Expand Down

0 comments on commit 2fafc95

Please sign in to comment.