Skip to content

Commit

Permalink
🐛 fix: Try to fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 25, 2024
1 parent 87d6c4e commit 3fedec9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ export { siteSelectors, type SiteStore, useSiteStore } from './store';
export * from './types';
export { styles } from '@/store/initialState';

export const defineThemeConfig = (config: SiteThemeConfig) => config;
const defineThemeConfig = (config: SiteThemeConfig) => config;

module.exports = { defineThemeConfig };

0 comments on commit 3fedec9

Please sign in to comment.