refactor: rework imports/exports
This commit is contained in:
parent
f2edf6f292
commit
e44ee48eaa
5 changed files with 6 additions and 15 deletions
|
@ -3,9 +3,4 @@ import by_email from './organizers/by_email.ts';
|
|||
import by_lurid from './organizers/by_lurid.ts';
|
||||
import by_phone from './organizers/by_phone.ts';
|
||||
|
||||
export default {
|
||||
by_character,
|
||||
by_email,
|
||||
by_lurid,
|
||||
by_phone
|
||||
};
|
||||
export { by_character, by_email, by_lurid, by_phone };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue