diff --git a/src/js/index.ts b/src/js/index.ts index cccb7b0f..5fa681c3 100644 --- a/src/js/index.ts +++ b/src/js/index.ts @@ -5,4 +5,3 @@ export { darkTheme } from './themes'; // DEPRECATED in favor of importing theme objects above export { colors } from './colors'; export { typography } from './typography'; -export { shadows } from './shadows';