Skip to content

Commit

Permalink
fix: build error because of unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ferryhieronimus committed Jan 14, 2025
1 parent 943aeb5 commit 5706e29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/containers/UpdateCourses/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useEffect } from "react";
import ReactGA from "react-ga";
import Helmet from "react-helmet";
import { useMixpanel } from "hooks/useMixpanel";
import styled from "styled-components";
Expand All @@ -14,9 +13,6 @@ import {
useColorModeValue,
} from "@chakra-ui/react";

import { postScrapeSchedule } from "services/api";

import { InfoToast, SuccessToast, ErrorToast } from "components/Toast";
import { InputPassword, InputText } from "components/Forms";
import { Bauhaus } from "components/Bauhaus";

Expand Down

0 comments on commit 5706e29

Please sign in to comment.