Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayodejioladimeji committed Jul 24, 2024
1 parent f91d699 commit cc7b6f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 96 deletions.
3 changes: 2 additions & 1 deletion src/components/common/CareerCard/CareerCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { FC } from "react";

import { Card, CardContent, CardFooter } from "~/components/ui/card";
import { Skeleton } from "~/components/ui/skeleton";
import CustomButton from "../Button/button";
import CustomButton from "../button/button";


interface CareerCardProperties {
isLoading: boolean;
Expand Down
66 changes: 0 additions & 66 deletions src/components/layouts/careercard/CareerCard.tsx

This file was deleted.

29 changes: 0 additions & 29 deletions src/components/layouts/careercard/index.tsx

This file was deleted.

0 comments on commit cc7b6f5

Please sign in to comment.