Skip to content

Commit

Permalink
ran the lint test and fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyeugene committed Jul 30, 2024
1 parent 906747e commit 6b2af61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Image from "next/image";

import icon from "../../../../../../public/admin-dashboard/icons/icon.svg";
import icon from "../../../../../../../public/admin-dashboard/icons/icon.svg";

const PricingPage = () => {
const plans = [
Expand Down

0 comments on commit 6b2af61

Please sign in to comment.