mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
move files to dedicated directory
This commit is contained in:
parent
3c7e612d41
commit
1dcdcf404c
|
|
@ -13,11 +13,11 @@ import { IconButton } from '@/mastodon/components/icon_button';
|
||||||
import CloseIcon from '@/material-icons/400-24px/close.svg?react';
|
import CloseIcon from '@/material-icons/400-24px/close.svg?react';
|
||||||
import ExternalLinkIcon from '@/material-icons/400-24px/open_in_new.svg?react';
|
import ExternalLinkIcon from '@/material-icons/400-24px/open_in_new.svg?react';
|
||||||
|
|
||||||
import type { BaseConfirmationModalProps } from './confirmation_modals/confirmation_modal';
|
import './donate_modal.scss';
|
||||||
|
|
||||||
import './donate_model.scss';
|
interface DonateModalProps {
|
||||||
|
onClose: () => void;
|
||||||
type DonateModalProps = BaseConfirmationModalProps;
|
}
|
||||||
|
|
||||||
type Frequency = 'one_time' | 'monthly';
|
type Frequency = 'one_time' | 'monthly';
|
||||||
|
|
||||||
|
|
@ -230,7 +230,7 @@ export function AnnualReportModal () {
|
||||||
return import('../components/annual_report_modal');
|
return import('../components/annual_report_modal');
|
||||||
}
|
}
|
||||||
|
|
||||||
export const DonateModal = () => import('../components/donate_modal');
|
export const DonateModal = () => import('../../donate/donate_modal');
|
||||||
|
|
||||||
export function ListEdit () {
|
export function ListEdit () {
|
||||||
return import('../../lists/new');
|
return import('../../lists/new');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user