Skip to content

Commit

Permalink
Add stuff missing from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Sep 14, 2023
1 parent 8ca4ab0 commit a42df7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/components/NewLayout/Courses/TagSelectButtons.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import React, { useCallback } from "react"

import { Chip, Skeleton, Typography } from "@mui/material"
// import { Chip, Skeleton, Typography } from "@mui/material"
import { Chip, Skeleton } from "@mui/material"
import { styled } from "@mui/material/styles"

import Button from "../Common/Button"
import { useTranslator } from "/hooks/useTranslator"
import { fontSize } from "/src/theme/util"
// import { fontSize } from "/src/theme/util"
import CommonTranslations from "/translations/common"

import { TagCoreFieldsFragment } from "/graphql/generated"
Expand Down

0 comments on commit a42df7a

Please sign in to comment.