Skip to content

Commit

Permalink
Merge pull request #75 from deep-foundation/feature/add_@mui/utils_to…
Browse files Browse the repository at this point in the history
…_client_handlers

Add mui utils to client handlers
  • Loading branch information
FreePhoenix888 authored Mar 10, 2024
2 parents 8b76b74 + d49b37a commit 528c31a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imports/client-handler.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as chakra from '@chakra-ui/react';
import * as icons from '@chakra-ui/icons';
import * as MUI from '@mui/material';
import * as MUIUtils from '@mui/utils';
import * as IconsMaterial from '@mui/icons-material';
import dynamic from 'next/dynamic';
import { DeepClient, useDeep, useDeepSubscription } from "@deep-foundation/deeplinks/imports/client";
Expand Down Expand Up @@ -217,6 +218,7 @@ r.list = {
'lodash': _,
'@chakra-ui/react': chakra,
'@mui/material': MUI,
'@mui/utils': MUIUtils,
'@mui/icons-material': IconsMaterial,
'react': React,
'axios': axios,
Expand Down

0 comments on commit 528c31a

Please sign in to comment.