mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 09:39:41 +02:00
Re-activate presi (presentation tool) and storage (cloud storage) apps that were previously archived for context reduction. Co-Authored-By: Claude Opus 4.5 <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';
|