allaw-ui 4.1.5 → 4.1.6
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.
|
@@ -27,7 +27,7 @@ import AvatarBubble from "./AvatarBubble";
|
|
|
27
27
|
import SearchBar from "../../atoms/inputs/SearchBar";
|
|
28
28
|
import TinyInfo from "../../atoms/typography/TinyInfo";
|
|
29
29
|
import styles from "./proSwitchModal.module.css";
|
|
30
|
-
import Paragraph from "
|
|
30
|
+
import Paragraph from "../../atoms/typography/Paragraph";
|
|
31
31
|
var LOCALSTORAGE_KEY = "allaw.proSwitch.order";
|
|
32
32
|
// Composant SortableItem pour wrapper chaque élément
|
|
33
33
|
var SortableItem = function (_a) {
|