Remove glitch-soc's old onboarding modal

This commit is contained in:
Claire
2023-12-02 20:07:22 +01:00
parent 6dc812dd51
commit a0943b8f6d
4 changed files with 0 additions and 342 deletions

View File

@@ -5,7 +5,6 @@ import { Helmet } from 'react-helmet';
import Base from 'flavours/glitch/components/modal_root';
import {
OnboardingModal,
MuteModal,
BlockModal,
ReportModal,
@@ -40,7 +39,6 @@ import VideoModal from './video_modal';
export const MODAL_COMPONENTS = {
'MEDIA': () => Promise.resolve({ default: MediaModal }),
'ONBOARDING': OnboardingModal,
'VIDEO': () => Promise.resolve({ default: VideoModal }),
'AUDIO': () => Promise.resolve({ default: AudioModal }),
'IMAGE': () => Promise.resolve({ default: ImageModal }),