mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 20:09:41 +02:00
- apps/bauntown: Developer community website (Astro landing) - apps/presi: Presentation project - games/voxel-lava: Voxel lava game (SvelteKit) - games/whopixels: Whopixels game 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
/**
|
|
* @presi/shared - Shared types and utilities for Presi
|
|
*/
|
|
|
|
// Types
|
|
export * from './types';
|