Skip to content

Commit

Permalink
Remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru Chern Chong committed Jul 20, 2024
1 parent a933117 commit 4a2a966
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
41 changes: 0 additions & 41 deletions app/coe/ShowHideCOECategories.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions app/coe/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
BreadcrumbPage,
BreadcrumbSeparator,
} from "@/components/ui/breadcrumb";
import { ShowHideCOECategories } from "@/app/coe/ShowHideCOECategories";
import { HistoricalResult } from "@/app/components/HistoricalResult";
import { MonthlyResult } from "@/app/components/MonthlyResult";
import { API_URL } from "@/config";
Expand Down Expand Up @@ -55,7 +54,6 @@ const COEPage = async () => {
</BreadcrumbList>
</Breadcrumb>
</UnreleasedFeature>
<ShowHideCOECategories />
<h2 className="scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight first:mt-0">
Prices
</h2>
Expand Down

0 comments on commit 4a2a966

Please sign in to comment.