import type { Namespace } from '@/types';

export const namespace: Namespace = {
    name: 'Hedwig',
    url: 'hedwig.pub',
    lang: 'zh-CN',
};
