Skip to content

Commit

Permalink
update import to superset core
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Sep 15, 2020
1 parent 7c8d4c8 commit 70e86dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Checkbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/
import React from 'react';
import styled from '@superset-ui/style';
import { styled } from '@superset-ui/core';
import {
CheckboxChecked,
CheckboxUnchecked,
Expand Down

0 comments on commit 70e86dc

Please sign in to comment.