Skip to content

Commit ddc647c

Browse files
committed
chore(branding): re-export the branding barrel through the absolute alias
Matches the repo's absolute-import rule and the majority of lib barrels (billing, table, uploads and five others), instead of leaving this file split between relative and absolute re-exports.
1 parent e54b6ab commit ddc647c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

apps/sim/lib/branding/index.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
export { defaultBrandConfig } from './defaults'
2-
export type { BrandConfig, ThemeColors } from './types'
3-
export { HEX_COLOR_REGEX } from './types'
4-
export { EMAIL_WORDMARK_SIZE, WORDMARK_PATHS, WORDMARK_VIEW_BOX } from './wordmark'
1+
export { defaultBrandConfig } from '@/lib/branding/defaults'
2+
export type { BrandConfig, ThemeColors } from '@/lib/branding/types'
3+
export { HEX_COLOR_REGEX } from '@/lib/branding/types'
4+
export {
5+
EMAIL_WORDMARK_SIZE,
6+
WORDMARK_PATHS,
7+
WORDMARK_VIEW_BOX,
8+
} from '@/lib/branding/wordmark'

0 commit comments

Comments
 (0)