This commit is contained in:
2023-02-26 03:25:00 +01:00
parent bbb3fd7c45
commit 4e09ada8f8
21 changed files with 505 additions and 56 deletions

View File

@ -1,7 +1,10 @@
import React from 'react'
import React from 'react';
import feather from 'feather-icons';
const WWW_ROOT: string = process.env.REACT_APP_WWW_ROOT!;
const ic = feather.icons.circle;
export type TIcon =
{

View File

@ -1,5 +1,6 @@
import React from 'react';
import { showNotification } from '@mantine/notifications';
import * as Icons from 'feather-icons';
export function notificationSuccess(msg: string)
{