fix(ts): refactor codebase for capacitor setup

This commit is contained in:
shafin-r
2025-07-28 20:22:04 +06:00
parent e091a78bdb
commit 0bca09f8ef
31 changed files with 458 additions and 384 deletions

4
types/gallery.d.ts vendored Normal file
View File

@ -0,0 +1,4 @@
export interface GalleryViews {
id: number;
content: React.JSX.Element;
}