feat(pages): add /application/guilds/join (#2)

This commit is contained in:
Divlo
2021-11-13 21:50:34 +01:00
committed by GitHub
parent d8fab08585
commit accd36d1fc
23 changed files with 4767 additions and 5393 deletions

View File

@ -6,3 +6,8 @@ export const guild = {
createdAt: new Date().toISOString(),
updatedAt: new Date().toISOString()
}
export const guild2 = {
...guild,
name: 'app'
}