Skip to content

Commit

Permalink
Fix export line
Browse files Browse the repository at this point in the history
  • Loading branch information
wlee221 committed Dec 1, 2022
1 parent 473d053 commit e17c273
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/react/src/components/AccountSettings/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import AccountSettings from './AccountSettings';

export default AccountSettings;
export { default as AccountSettings } from './AccountSettings';

0 comments on commit e17c273

Please sign in to comment.