Skip to content

Commit

Permalink
chore(beta): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Apr 17, 2023
1 parent da59ff4 commit 654772a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ import ReactDatepicker from 'react-datepicker'
import * as FeatherIcons from 'react-feather'

import * as AdminJSDesignSystem from './build/index.js'
import * as styled from './build/utils/styled-components.js'
import * as styled from './build/utils/styled.js'

window.styled = window.styled || styled
if (!window.styled.styled && window.styled.default) {
window.styled.styled = window.styled.default
}
window.ReactDatepicker = window.ReactDatepicker || ReactDatepicker.default || ReactDatepicker
window.FeatherIcons = window.FeatherIcons || FeatherIcons

Expand Down

0 comments on commit 654772a

Please sign in to comment.