mirror of
https://github.com/johndoe6345789/snippet-pastebin.git
synced 2026-04-26 14:34:55 +00:00
10 lines
382 B
TypeScript
10 lines
382 B
TypeScript
/**
|
|
* Component code snippets - Main re-export module
|
|
* This file maintains backward compatibility while delegating to specialized modules
|
|
*/
|
|
|
|
export { atomsCodeSnippets } from './snippets/atoms'
|
|
export { moleculesCodeSnippets } from './snippets/molecules'
|
|
export { organismsCodeSnippets } from './snippets/organisms'
|
|
export { templatesCodeSnippets } from './snippets/templates'
|