Move packages/apps back
This commit is contained in:
parent
6eaaf8e9be
commit
5535d6b575
348 changed files with 0 additions and 0 deletions
12
apps/metamigo-frontend/components/voice/voicelines/index.ts
Normal file
12
apps/metamigo-frontend/components/voice/voicelines/index.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import VoiceLineIcon from "@material-ui/icons/PhoneCallback";
|
||||
import VoiceLineList from "./VoiceLineList";
|
||||
import VoiceLineEdit from "./VoiceLineEdit";
|
||||
import VoiceLineCreate from "./VoiceLineCreate";
|
||||
|
||||
// eslint-disable-next-line import/no-anonymous-default-export
|
||||
export default {
|
||||
list: VoiceLineList,
|
||||
create: VoiceLineCreate,
|
||||
edit: VoiceLineEdit,
|
||||
icon: VoiceLineIcon,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue