import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Hacker News',
url: 'ycombinator.com',
lang: 'en',
};