qpp-style 9.35.0-beta.0 → 9.35.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/SideNav/Content/LevelOneContent.jsx +1 -1
- package/dist/browser.js +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/package.json +18 -18
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { useState } from "react";
|
|
2
2
|
import PropTypes from "prop-types";
|
|
3
3
|
import cookie from "cookie";
|
|
4
|
-
import jwtDecode from "jwt-decode";
|
|
4
|
+
import { jwtDecode } from "jwt-decode";
|
|
5
5
|
import SanitizedContent from "../../SanitizedContent";
|
|
6
6
|
import AnimationGroup from "../AnimationGroup/AnimationGroup";
|
|
7
7
|
import SelectRole from "./SelectRole";
|