mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 00:26:41 +03:00
Commit3d9f4aeaccidentally reverted public/app.js and public/css/main.css (plus other files) to old versions. This broke the site because: - app.js imported from deleted files (commands.js, skills.js) - main.css lost 1200+ lines of Renaissance redesign (split comparison, etc.) Restored from commit343e342which had the working frontend. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
// Main demos registry - exports all demos
|
|
export { commandDemos, getCommandDemo } from "./commands/index.js";
|
|
export { getSkillDemo, skillDemos } from "./skills/index.js";
|
|
|
|
|