Skip to content

Commit eb37377

Browse files
committed
Fix import path for NavList and NavListItem in FooterNavList
1 parent 9b12b66 commit eb37377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/trustlab/src/components/FooterNavList/FooterNavList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NavList, NavListItem } from "@/commons-ui/core";
1+
import { NavList, NavListItem } from "@commons-ui/core";
22
import { Link } from "@commons-ui/next";
33
import { Box } from "@mui/material";
44
import React from "react";

0 commit comments

Comments
 (0)