1
0
Fork 0

fix(org): Comment out unused namespace

This commit is contained in:
joostdecock 2023-08-27 17:44:49 +02:00
parent bf16dbb7ba
commit 78c5592dd4

View file

@ -11,7 +11,7 @@ import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
import { V3Wip } from 'shared/components/v3-wip.mjs'
// Translation namespaces used on this page
const namespaces = ['curate', 'sets', ...new Set([...editNs, ...pageNs])]
const namespaces = ['curate', 'sets'] //, ...new Set([...editNs, ...pageNs])]
/*
* Some things should never generated as SSR