zpsajst's picture
Initial commit with environment variables for API keys
2398be6
raw
history blame
207 Bytes
// Global type declarations for CSS imports
declare module '*.css' {
const content: Record<string, string>;
export default content;
}
declare module './globals.css';
declare module '@/app/globals.css';