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

export const namespace: Namespace = {
    name: 'FANTUBE',
    url: 'www.fantube.tokyo',
    lang: 'ja',
};
