mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 09:59:10 +00:00
feat(design-system): use rpcs
This commit is contained in:
parent
f31b32c54a
commit
00dff464df
7 changed files with 14 additions and 10 deletions
|
@ -1,12 +1,12 @@
|
|||
import { Member } from '@roleypoly/rpc/discord';
|
||||
import { Category, GuildData, GuildEnumeration } from '@roleypoly/rpc/platform';
|
||||
import { Member } from 'roleypoly/src/rpc/discord';
|
||||
import { Category, GuildData, GuildEnumeration } from 'roleypoly/src/rpc/platform';
|
||||
import {
|
||||
DiscordUser,
|
||||
Guild,
|
||||
GuildRoles,
|
||||
Role,
|
||||
RoleypolyUser,
|
||||
} from '@roleypoly/rpc/shared';
|
||||
} from 'roleypoly/src/rpc/shared';
|
||||
|
||||
export const roleCategory: Role.AsObject[] = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue