prettier organize imports

This commit is contained in:
41666 2020-12-05 23:20:44 -05:00
parent 899853e24c
commit 2e1e63a789
101 changed files with 173 additions and 180 deletions

View file

@ -1,5 +1,5 @@
export * from './Role';
export * from './Category';
export * from './Guild';
export * from './User';
export * from './Role';
export * from './Session';
export * from './User';

View file

@ -1,16 +1,16 @@
import {
Category,
CategoryType,
DiscordUser,
Guild,
GuildData,
GuildEnumeration,
GuildRoles,
GuildSlug,
Member,
Role,
RoleSafety,
RoleypolyUser,
CategoryType,
GuildSlug,
} from '.';
export const roleCategory: Role[] = [