Skip to content

Commit

Permalink
chore: remove unused imports (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Mar 31, 2024
1 parent 1eb14b5 commit 3dbb8ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/app/pages/Designathons/Designathon24/Designathon24.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { Section } from "app/Symbols";
import { Text } from "app/components";
import EVENTS_2024 from "assets/data/designathon/2024/events.json";
import WINNERS_2024 from "assets/data/designathon/2024/winners.json";
import TIMER_2024 from "assets/data/designathon/2024/timer.json";
import PRIZES_2024 from "assets/data/designathon/2024/prizes.json";
import cn from "./Designathon24.module.scss";
import FOF from "./assets/FOF.png";
Expand All @@ -14,8 +11,6 @@ import {
SectionNavigation,
FAQ,
Rules,
Timer,
WinnerShowcase,
Speakers,
} from "./components";
import Schedule from "./components/Schedule";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Notecard = ({ children, modalCard, lineAdjustment, toggleProfile }) => {

const { lines, notecardLineTop, notecardLineHeight } = useNotecardLines(
notecardRef,
textRef
textRef,
);

return (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import cn from "./Speakers.module.scss";
import clsx from "clsx";

import { useRef } from "react";

import Polaroid from "../Polaroid/Polaroid";

import splat from "../../assets/graphics/speakers/splat.svg";
Expand Down Expand Up @@ -35,7 +33,7 @@ const Speakers = () => {
className={clsx(
cn.decoration,
cn.tr_pencil_star_stripe,
"wait flopR"
"wait flopR",
)}
/>
<img
Expand All @@ -50,7 +48,7 @@ const Speakers = () => {
cn.decoration,
cn.m,
cn.star_stripe,
"wait flopR"
"wait flopR",
)}
/>
<img
Expand Down

0 comments on commit 3dbb8ed

Please sign in to comment.