kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Reports: move to ./tabs directory
rodzic
5f9f06d6a9
commit
88c90dcb95
|
@ -7,9 +7,9 @@ import { useOwnAccount } from 'soapbox/hooks';
|
||||||
import Column from '../ui/components/column';
|
import Column from '../ui/components/column';
|
||||||
|
|
||||||
import AdminTabs from './components/admin-tabs';
|
import AdminTabs from './components/admin-tabs';
|
||||||
import Reports from './reports';
|
|
||||||
import Waitlist from './tabs/awaiting-approval';
|
import Waitlist from './tabs/awaiting-approval';
|
||||||
import Dashboard from './tabs/dashboard';
|
import Dashboard from './tabs/dashboard';
|
||||||
|
import Reports from './tabs/reports';
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
heading: { id: 'column.admin.dashboard', defaultMessage: 'Dashboard' },
|
heading: { id: 'column.admin.dashboard', defaultMessage: 'Dashboard' },
|
||||||
|
|
|
@ -6,7 +6,7 @@ import ScrollableList from 'soapbox/components/scrollable_list';
|
||||||
import { useAppSelector, useAppDispatch } from 'soapbox/hooks';
|
import { useAppSelector, useAppDispatch } from 'soapbox/hooks';
|
||||||
import { makeGetReport } from 'soapbox/selectors';
|
import { makeGetReport } from 'soapbox/selectors';
|
||||||
|
|
||||||
import Report from './components/report';
|
import Report from '../components/report';
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
heading: { id: 'column.admin.reports', defaultMessage: 'Reports' },
|
heading: { id: 'column.admin.reports', defaultMessage: 'Reports' },
|
Ładowanie…
Reference in New Issue