Rename files (5): _ -> -

This commit is contained in:
Chewbacca
2022-11-15 12:23:36 -05:00
parent 717e61a6e0
commit d4f5fd4d88
110 changed files with 108 additions and 108 deletions

View File

@@ -13,7 +13,7 @@ import Accordion from 'soapbox/features/ui/components/accordion';
import { useAppDispatch, useAppSelector } from 'soapbox/hooks';
import { makeGetReport } from 'soapbox/selectors';
import ReportStatus from './report_status';
import ReportStatus from './report-status';
import type { List as ImmutableList } from 'immutable';
import type { Account, AdminReport, Status } from 'soapbox/types/entities';