sidebar
This commit is contained in:
@ -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 =
|
||||
{
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
import React from 'react';
|
||||
import { showNotification } from '@mantine/notifications';
|
||||
import * as Icons from 'feather-icons';
|
||||
|
||||
export function notificationSuccess(msg: string)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user