Skip to content

Commit

Permalink
ref: change loading folder (#935)
Browse files Browse the repository at this point in the history
* ref: change loading folder

* fix: build
  • Loading branch information
fricoben authored Nov 7, 2024
1 parent 3d38044 commit ad77f2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/admin/quests/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import homePagestyles from "@styles/Home.module.css";
import { a11yProps } from "@components/UI/tabs/a11y";
import { CustomTabPanel } from "@components/UI/tabs/customTab";
import { Tab, Tabs } from "@mui/material";

import Loading from "@app/loading";
import Loading from "@components/skeletons/loading";

export default function Page() {
const router = useRouter();
Expand Down
2 changes: 1 addition & 1 deletion components/discover/claimModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { TEXT_TYPE } from "@constants/typography";
import AppIcon from "./appIcon";
import TokenIcon from "./tokenIcon";
import { useNotification } from "@context/NotificationProvider";
import Loading from "@app/loading";
import Loading from "@components/skeletons/loading";
import { useAccount, useSendTransaction } from "@starknet-react/core";
import { RewardsPerProtocol } from "../../types/backTypes";
import { getRewards } from "@services/apiService";
Expand Down
File renamed without changes.

0 comments on commit ad77f2c

Please sign in to comment.