feat(pages): add /application/guilds/join
(#2)
This commit is contained in:
@ -6,3 +6,8 @@ export const guild = {
|
||||
createdAt: new Date().toISOString(),
|
||||
updatedAt: new Date().toISOString()
|
||||
}
|
||||
|
||||
export const guild2 = {
|
||||
...guild,
|
||||
name: 'app'
|
||||
}
|
||||
|
Reference in New Issue
Block a user