Skip to content

Commit

Permalink
refactor(core): remove unused source files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Sep 16, 2022
1 parent 646a920 commit 08ad1aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
19 changes: 0 additions & 19 deletions packages/core/src/components/utils/debug.ts

This file was deleted.

39 changes: 0 additions & 39 deletions packages/core/src/components/utils/ref.ts

This file was deleted.

9 changes: 2 additions & 7 deletions packages/core/src/index.ts
Expand Up @@ -7,10 +7,6 @@
* LICENSE file in the root directory of this source tree.
*/

import { addVersion } from './components/utils/debug';

addVersion();

export { Components, JSX } from './components';
export { FilterState } from './components/category-filter/filter-state';
export { InputState } from './components/category-filter/input-state';
Expand All @@ -21,8 +17,7 @@ export { Modal } from './components/modal/modal';
export { Buttons } from './components/utils/button-variants';
export { NotificationColor } from './components/utils/notification-color';
export {
convertToAbbreviationString,
convertToRemString
convertToAbbreviationString,
convertToRemString,
} from './components/utils/rwd.util';
export * from './exports';

0 comments on commit 08ad1aa

Please sign in to comment.