@zac-apps/commons 2.0.0-beta.4 → 2.0.0-beta.5
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import { green, yellow, pink, lightGreen, red } from '@mui/material/colors';
|
|
|
15
15
|
import Table from '@mui/material/Table';
|
|
16
16
|
import TableContainer from '@mui/material/TableContainer';
|
|
17
17
|
import Paper from '@mui/material/Paper';
|
|
18
|
-
import
|
|
18
|
+
import { Link } from 'next/link';
|
|
19
19
|
import Link$1 from '@mui/material/Link';
|
|
20
20
|
import Box from '@mui/material/Box';
|
|
21
21
|
import AppBar from '@mui/material/AppBar';
|
|
@@ -310,7 +310,7 @@ function AppWrapper(_ref) {
|
|
|
310
310
|
return /*#__PURE__*/jsxs(React__default.Fragment, {
|
|
311
311
|
children: [/*#__PURE__*/jsx(AppMenu, {
|
|
312
312
|
title: /*#__PURE__*/jsx(Link$1, {
|
|
313
|
-
component: Link
|
|
313
|
+
component: Link,
|
|
314
314
|
href: basePath,
|
|
315
315
|
sx: {
|
|
316
316
|
color: AppTheme.palette.primary.contrastText
|