@australiangreens/ag-internal-components 0.2.1 → 0.2.2
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/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -2
package/dist/esm/index.js
CHANGED
|
@@ -42,7 +42,7 @@ import { Typography as _, Button as W, Paper as Le, Box as E, Drawer as Be, useT
|
|
|
42
42
|
import We from "@mui/material/CssBaseline";
|
|
43
43
|
import { styled as z, createTheme as ze, alpha as te } from "@mui/material/styles";
|
|
44
44
|
import { createHelper as se } from "souvlaki";
|
|
45
|
-
import { BrowserRouter as wt } from "react-router
|
|
45
|
+
import { BrowserRouter as wt } from "react-router";
|
|
46
46
|
import Ve from "@mui/material/List";
|
|
47
47
|
import { ViewHeadline as St, Cancel as bt, ArrowDropDown as kt } from "@mui/icons-material";
|
|
48
48
|
import { atom as M, useSetAtom as qe, useAtomValue as ve, useAtom as O } from "jotai";
|