Skip to content

Commit

Permalink
Removed unused ClipboardSchedule component
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWearsHat committed Nov 1, 2024
1 parent 8e48c15 commit cc33747
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 138 deletions.
7 changes: 5 additions & 2 deletions apps/site/src/app/schedule/Assets/Circle.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
"use client";

import styles from "./Circle.module.scss";
import Image from "next/image";
import cross from "@/assets/images/map2/cross.svg";

import convertTime from "../convertTime";

import styles from "./Circle.module.scss";

import cross from "@/assets/images/map2/cross.svg";
import openNewWindow from "@/assets/icons/open_new_window_purple.svg";

interface CircleProps {
Expand Down

This file was deleted.

79 changes: 0 additions & 79 deletions apps/site/src/app/schedule/ClipboardSchedule/ClipboardSchedule.tsx

This file was deleted.

1 change: 0 additions & 1 deletion apps/site/src/app/schedule/ClipboardSchedule/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion apps/site/src/app/schedule/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from "next/image";
import Chest from "@/assets/images/schedule-chest.png";
import OpenChest from "@/assets/images/schedule-chest-open.svg";
import Title from "@/assets/images/schedule-title.png";
import Countdown from "../ClipboardSchedule/Countdown";
import Countdown from "../Countdown/Countdown";
import styles from "./Header.module.scss";

interface HeaderProps {
Expand Down

0 comments on commit cc33747

Please sign in to comment.