chore(web): remove unused code

This commit is contained in:
Luke
2023-02-13 21:24:33 +01:00
parent f166c1675e
commit 14341a0343
12 changed files with 7 additions and 26 deletions

View File

@@ -6,16 +6,6 @@ import ReactMarkdown from 'react-markdown';
import { Avatar, createStyles, Group, Stack, Box, Text, keyframes } from '@mantine/core';
import React from 'react';
export interface NotificationProps {
title?: string;
description?: string;
duration?: number;
position?: ToastPosition | 'top' | 'bottom';
variant?: string;
status?: 'info' | 'warning' | 'success' | 'error';
id?: number;
}
export interface CustomNotificationProps {
style?: React.CSSProperties;
description?: string;