// Legal components export { PrivacyPolicy } from "./PrivacyPolicy"; export { TermsOfService } from "./TermsOfService"; export { ConsentManager } from "./ConsentManager"; // Type exports export type { PrivacySection, PrivacyPolicyProps } from "./PrivacyPolicy"; export type { TermsSection, TermsOfServiceProps } from "./TermsOfService"; export type { ConsentCategory, ConsentManagerProps } from "./ConsentManager"; // Placeholder export to prevent build errors export const LEGAL_VERSION = "0.1.0";