Files
zeavis-edu/apps/web/src/env.d.ts
T
seriouselly 0745dd903d feat: update landing page and add new library and scan pages
- Refactor landing page content and links for better user experience.
- Introduce a new library page to display disease information with filtering and modal details.
- Add a scan page for users to upload images for diagnosis with a preview modal.
- Enhance login and registration pages with automatic navigation to the dashboard.
- Integrate vite-tsconfig-paths for improved path resolution in Vite configuration.
2026-06-02 02:42:07 +07:00

5 lines
97 B
TypeScript

declare module "*.jpg";
declare module "*.jpeg";
declare module "*.png";
declare module "*.svg";