Skip to content

Commit

Permalink
use GlobalStyles from joy
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Oct 3, 2023
1 parent 1685e96 commit b191bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mui-joy/src/CssBaseline/CssBaseline.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
'use client';
import * as React from 'react';
import PropTypes from 'prop-types';
import { GlobalStyles } from '@mui/system';
import GlobalStyles from '../GlobalStyles';
import defaultTheme from '../styles/defaultTheme';
import { Theme, DefaultColorScheme, ColorSystem } from '../styles/types';
import { Components } from '../styles/components';
import defaultTheme from '../styles/defaultTheme';
import { CssBaselineProps } from './CssBaselineProps';

/**
Expand Down

0 comments on commit b191bd0

Please sign in to comment.