website refactor
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
'use client';
|
||||
|
||||
import { useState, useEffect, useCallback } from 'react';
|
||||
import { Box } from '@/ui/Box';
|
||||
import { Text } from '@/ui/Text';
|
||||
import { Icon } from '@/ui/Icon';
|
||||
import { IconButton } from '@/ui/IconButton';
|
||||
import type { Notification } from './notificationTypes';
|
||||
import { Box } from '@/ui/primitives/Box';
|
||||
import { Text } from '@/ui/Text';
|
||||
import {
|
||||
Bell,
|
||||
AlertTriangle,
|
||||
Shield,
|
||||
Vote,
|
||||
Trophy,
|
||||
Users,
|
||||
Flag,
|
||||
X,
|
||||
ExternalLink,
|
||||
AlertTriangle,
|
||||
Bell,
|
||||
ExternalLink,
|
||||
Flag,
|
||||
Shield,
|
||||
Trophy,
|
||||
Users,
|
||||
Vote,
|
||||
X,
|
||||
} from 'lucide-react';
|
||||
import { useCallback, useEffect, useState } from 'react';
|
||||
import type { Notification } from './notificationTypes';
|
||||
|
||||
interface ToastNotificationProps {
|
||||
notification: Notification;
|
||||
|
||||
Reference in New Issue
Block a user