Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Sep 20, 2023
1 parent 6d86eb7 commit 452540e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-docs/src/NProgressBar/NProgressBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import NProgress from 'nprogress';
import { NoSsr } from '@mui/base/NoSsr';
import { exactProp } from '@mui/utils';
import { createGlobalStyle } from 'styled-components';
import { keyframes, css, useTheme } from '@mui/material/styles';
import { keyframes, css } from '@mui/material/styles';

NProgress.configure({
barSelector: '.nprogress-bar',
Expand Down

0 comments on commit 452540e

Please sign in to comment.