generated from pascalmartineau/wp-skeleton
refactor: membership => profile
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m6s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m6s
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { ThePage, TheArticle, TheEvent, TheLocation, TheMembership, TheProject, TheResource } from "#components";
|
||||
import { ThePage, TheArticle, TheEvent, TheListing, TheLocation, TheProfile, TheProject, TheResource } from "#components";
|
||||
|
||||
const nodes = {
|
||||
Event: TheEvent,
|
||||
Location: TheLocation,
|
||||
Membership: TheMembership,
|
||||
Listing: TheListing,
|
||||
Profile: TheProfile,
|
||||
Page: ThePage,
|
||||
Post: TheArticle,
|
||||
Project: TheProject,
|
||||
|
||||
Reference in New Issue
Block a user