Complete platform with unified design system and real API integration. Apps: Dashboard, Fitness, Budget, Inventory, Trips, Reader, Media, Settings Infrastructure: SvelteKit + Python gateway + Docker Compose
6 lines
49 B
TypeScript
6 lines
49 B
TypeScript
declare global {
|
|
namespace App {}
|
|
}
|
|
|
|
export {};
|