1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-16 22:23:59 +02:00

Update Toast.tsx to remove unsued interface (#7698)

This commit is contained in:
Georgios Drivas
2024-11-07 20:44:27 +02:00
committed by GitHub
parent a60da85876
commit ae54bac820

View File

@@ -8,8 +8,6 @@ import { InfoIcon } from './ReactIcons/InfoIcon';
import { Spinner } from './ReactIcons/Spinner';
import { deleteUrlParam, getUrlParams, setUrlParams } from '../lib/browser';
export interface Props {}
const messageCodes: Record<string, string> = {
tl: 'Successfully left the team',
fs: 'Friend request sent',