Files
imphnen-frontend-service/libs/utils/src/index.ts
T
Hafid Nur 9547d34f5c feat: Add favicon and SEO (JSON-LD schema, meta tags)
- Add favicon image
- Add JSON-LD schema for Hackathon event
- Add react-helmet-async for managing meta tags
2025-11-25 15:20:10 +07:00

11 lines
286 B
TypeScript

export * from './react-query';
export * from './react-router';
export * from './tailwind-merge';
export * from './hooks';
export * from './local-storage';
export * from './cookies';
export * from './session';
export * from './constants';
export * from './logic';
export * from './seo';