mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-17 14:41:52 +02:00
Update Toast.tsx to remove unsued interface (#7698)
This commit is contained in:
@@ -8,8 +8,6 @@ import { InfoIcon } from './ReactIcons/InfoIcon';
|
|||||||
import { Spinner } from './ReactIcons/Spinner';
|
import { Spinner } from './ReactIcons/Spinner';
|
||||||
import { deleteUrlParam, getUrlParams, setUrlParams } from '../lib/browser';
|
import { deleteUrlParam, getUrlParams, setUrlParams } from '../lib/browser';
|
||||||
|
|
||||||
export interface Props {}
|
|
||||||
|
|
||||||
const messageCodes: Record<string, string> = {
|
const messageCodes: Record<string, string> = {
|
||||||
tl: 'Successfully left the team',
|
tl: 'Successfully left the team',
|
||||||
fs: 'Friend request sent',
|
fs: 'Friend request sent',
|
||||||
|
Reference in New Issue
Block a user