Skip to content

Commit

Permalink
fix: file name conflicts fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Sep 12, 2024
1 parent 2ac1fbb commit f9ad0b4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/[pohid]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Link from "next/link";
import { getHumanityData } from "data/humanity";
import { getContractDataAllChains } from "data/contract";
import ExternalLink from "components/ExternalLink";
import Card from "components/request placeholder/Card";
import Card from "components/Request/Card";
import Image from "next/image";
import Revoke from "./Revoke";
import { getArbitrationCost } from "data/costs";
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import RequestsGrid from "../components/request placeholder/Grid";
import RequestsGrid from "../components/Request/Grid";

export default async function Home() {
return (
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import { requestStatus, RequestStatus, statusFilters } from "config/requests";
import { useEffect, useState } from "react";
import { camelToTitle } from "utils/case";
import Card from "./Card";
import DropdownItem from "components/dropdown placeholder/Item";
import Dropdown from "components/dropdown placeholder/Menu";
import DropdownItem from "components/Dropdown/Item";
import Dropdown from "components/Dropdown/Menu";
import { useLoading } from "hooks/useLoading";
import { observable } from "@legendapp/state";
import { enableReactUse } from "@legendapp/state/config/enableReactUse";
Expand Down

0 comments on commit f9ad0b4

Please sign in to comment.