mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 03:09:40 +02:00
- Remove app definition from MANA_APPS and APP_URLS - Remove AppId type entry and branding config - Delete app icon SVG and StorytellerLogo component - Remove StorytellerLogo export from logos/index.ts and main index.ts - Delete maerchenzauber.css theme file - Delete landing page content (maerchenzauber-de.md) - Remove env generation config for backend/mobile/web - Update CLAUDE.md archived projects list
20 lines
1.1 KiB
TypeScript
20 lines
1.1 KiB
TypeScript
/**
|
|
* Pre-configured app logo components
|
|
* These provide convenient shortcuts for each app's logo
|
|
*/
|
|
export { default as MemoroLogo } from './MemoroLogo.svelte';
|
|
export { default as ManaCoreLogo } from './ManaCoreLogo.svelte';
|
|
export { default as ManaDeckLogo } from './ManaDeckLogo.svelte';
|
|
export { default as UloadLogo } from './UloadLogo.svelte';
|
|
export { default as ChatLogo } from './ChatLogo.svelte';
|
|
export { default as PresiLogo } from './PresiLogo.svelte';
|
|
export { default as NutriPhiLogo } from './NutriPhiLogo.svelte';
|
|
export { default as ZitareLogo } from './ZitareLogo.svelte';
|
|
export { default as ContactsLogo } from './ContactsLogo.svelte';
|
|
export { default as CalendarLogo } from './CalendarLogo.svelte';
|
|
export { default as StorageLogo } from './StorageLogo.svelte';
|
|
export { default as TodoLogo } from './TodoLogo.svelte';
|
|
export { default as MailLogo } from './MailLogo.svelte';
|
|
export { default as MoodlitLogo } from './MoodlitLogo.svelte';
|
|
export { default as InventoryLogo } from './InventoryLogo.svelte';
|
|
export { default as ClockLogo } from './ClockLogo.svelte';
|