andy-stack_vaultkeeper-ai/Modals/HelpModalSvelte.svelte
Andrew Beal 4c2630b7f5 feat: add help modal button to top bar and update license to MIT
- Add HelpModal integration to TopBar with circle-help icon
- Update LICENSE from 0BSD to MIT License
- Refactor modal constructors to use dependency injection
- Format code style (quotes, indentation) in TopBar and ConversationHistoryModal
2025-11-07 00:28:22 +00:00

10 lines
No EOL
89 B
Svelte

<script lang="ts">
</script>
<div>
<span>Testing...</span>
</div>
<style>
</style>