Fix more imports post-merge
This commit is contained in:
parent
dc914774fb
commit
135c84251c
9 changed files with 15 additions and 16 deletions
|
@ -18,8 +18,7 @@ limitations under the License.
|
|||
import React from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import classNames from "classnames";
|
||||
|
||||
import sdk from "../../../index";
|
||||
import * as sdk from "../../../index";
|
||||
|
||||
// Controlled Toggle Switch element, written with Accessibility in mind
|
||||
const ToggleSwitch = ({checked, disabled=false, onChange, ...props}) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue