commit before mass find + replace

This commit is contained in:
Ra
2025-08-24 16:18:58 -07:00
parent f2145edf56
commit 1ed3e16ff6
28 changed files with 4850 additions and 1181 deletions

View File

@@ -1,4 +1,4 @@
import { Employee, Report, Submission, FaqItem, CompanyReport } from './src/types';
import { Employee, Report, Submission, FaqItem, CompanyReport } from './types';
// URL Configuration - reads from environment variables with fallbacks
export const SITE_URL = import.meta.env.VITE_SITE_URL || 'http://localhost:5173';