Skip to content

Commit 94502ec

Browse files
committed
Fix: remove unused imports to resolve build errors
1 parent a1987c5 commit 94502ec

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

src/components/Stage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Tag } from "./Tag";
22
import IssueCard from "./IssueCard";
33
import styled from "styled-components";
4-
import { Info, Plus, Minus, Binoculars } from "@phosphor-icons/react";
4+
import { Plus, Minus } from "@phosphor-icons/react";
55
import { StageData } from "../types";
66
import { useRef, useEffect, useState } from "react";
77
import { getIconForTouchpoint } from "../utils/touchpointIcons";

src/services/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { StageData, StageMetadata } from '../types';
1+
import { StageData } from '../types';
22
import { stageMetadata } from '../data/stageMetadata';
33

44
interface GitHubIssue {

src/utils/touchpointIcons.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,19 @@
11
import {
2-
Book,
3-
DiscordLogo,
42
Drop,
5-
GithubLogo,
6-
Wrench,
73
Code,
8-
FileCode,
9-
Rocket,
104
Users,
11-
ChartLine,
125
Database,
136
Shield,
147
Question,
15-
Bookmark,
16-
Link,
17-
Gear,
188
Terminal,
19-
Desktop,
20-
DeviceMobile,
219
Globe,
22-
HardDrive,
23-
BookBookmark,
2410
BookOpen,
25-
UsersThree,
2611
Newspaper,
2712
MagnifyingGlass,
2813
TestTube,
29-
CodeSimple,
30-
GearFine,
3114
Bug,
3215
ChartBar,
3316
Bell,
34-
ChatCircle,
35-
Handshake,
36-
PresentationChart,
37-
Monitor,
3817
PuzzlePiece,
3918
MapTrifold,
4019
FileJs,

0 commit comments

Comments
 (0)