Skip to content

Commit

Permalink
replace curly brackets on import from CI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeterson91 committed May 15, 2024
1 parent 6df1440 commit ef88d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getDappnodeIdentityClean } from "services/dappnodeStatus/selectors";
import { getInstallerPath } from "pages/installer";
//import { pathName as systemPathName } from "pages/system";
//import { subPaths as systemSubPaths } from "pages/system/data";
import httpsPortalPath from "pages/system/data";
import { httpsPortalPath } from "pages/system/data";
import Alert from "react-bootstrap/esm/Alert";
import { MdAdd } from "react-icons/md";
import { MdClose } from "react-icons/md";
Expand Down

0 comments on commit ef88d53

Please sign in to comment.