mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
prettier organize imports
This commit is contained in:
parent
899853e24c
commit
2e1e63a789
101 changed files with 173 additions and 180 deletions
|
@ -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';
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
import {
|
||||
Category,
|
||||
CategoryType,
|
||||
DiscordUser,
|
||||
Guild,
|
||||
GuildData,
|
||||
GuildEnumeration,
|
||||
GuildRoles,
|
||||
GuildSlug,
|
||||
Member,
|
||||
Role,
|
||||
RoleSafety,
|
||||
RoleypolyUser,
|
||||
CategoryType,
|
||||
GuildSlug,
|
||||
} from '.';
|
||||
|
||||
export const roleCategory: Role[] = [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { hasPermission, permissions, hasPermissionOrAdmin } from './hasPermission';
|
||||
import { Role } from 'roleypoly/common/types';
|
||||
import { guildRoles } from 'roleypoly/common/types/storyData';
|
||||
import { hasPermission, hasPermissionOrAdmin, permissions } from './hasPermission';
|
||||
|
||||
const roles: Role[] = [
|
||||
{
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
export * from './withContext';
|
||||
import * as testHelpers from './contextTestHelpers';
|
||||
export { testHelpers };
|
||||
import * as testHelpers from './contextTestHelpers';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue