bf48b89
1
2
3
4
5
6
7
8
import type { Namespace } from '@/types'; export const namespace: Namespace = { name: '30 Seconds of code', url: 'www.30secondsofcode.org', lang: 'en', };