Skip to content

Commit

Permalink
fix: remove unused import (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Feb 7, 2024
1 parent 64b68ce commit f433ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/Designathons/Designathon24/Designathon24.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Icon, Section } from "app/Symbols";
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";
Expand Down

0 comments on commit f433ced

Please sign in to comment.