generated from muhtadeetaron/nextjs-template
feat(ui): add icons to destructible alert
This commit is contained in:
@ -2,8 +2,16 @@
|
||||
|
||||
import React, { useState, useEffect } from "react";
|
||||
import BackgroundWrapper from "@/components/BackgroundWrapper";
|
||||
import { Bookmark, BookmarkCheck, ListFilter, MoveLeft } from "lucide-react";
|
||||
import {
|
||||
Bookmark,
|
||||
BookmarkCheck,
|
||||
Check,
|
||||
ListFilter,
|
||||
MoveLeft,
|
||||
OctagonX,
|
||||
} from "lucide-react";
|
||||
import { useRouter } from "next/navigation";
|
||||
import DestructibleAlert from "@/components/DestructibleAlert";
|
||||
|
||||
interface Question {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user