Skip to content

Commit

Permalink
feature:implemented adding a variant button
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmadegreat committed Aug 24, 2024
1 parent ab8e1d8 commit 8acd955
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"use client";

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

import Image from "next/image";
import Link from "next/link";
import { ChangeEvent, FormEvent, useState } from "react";

import user from "../../../../../../public/images/user.png";

const Discard = () => {
Expand Down

0 comments on commit 8acd955

Please sign in to comment.