Skip to content

Commit

Permalink
feature:implmentd product archive button
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmadegreat committed Aug 24, 2024
1 parent 860a996 commit 8772da6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"use client";

import { ChangeEvent, FormEvent, useState } from "react";

import Image from "next/image";
import Link from "next/link";
import user from "../../../../../../public/images/user.png";
import { ChangeEvent, FormEvent, useState } from "react";

const Discard = () => {
alert("Changes discard");
Expand Down

0 comments on commit 8772da6

Please sign in to comment.