@zac-apps/helium 2.0.0-beta.1 → 2.0.0-beta.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import React, { useState, createContext, useContext, useEffect } from 'react';
|
|
|
4
4
|
import moment from 'moment';
|
|
5
5
|
import { useImmer } from 'use-immer';
|
|
6
6
|
import useMediaQuery from '@mui/material/useMediaQuery';
|
|
7
|
-
import Grid from '@mui/material/
|
|
7
|
+
import Grid from '@mui/material/Grid';
|
|
8
8
|
import TableBody from '@mui/material/TableBody';
|
|
9
9
|
import TableCell from '@mui/material/TableCell';
|
|
10
10
|
import TableHead from '@mui/material/TableHead';
|