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

export const namespace: Namespace = {
    name: 'Not a Tesla App',
    url: 'notateslaapp.com',
    lang: 'en',
};
