Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 01d86eb

Browse files
committed
Remove 1-level import from '@material-ui/core'
1 parent 13c4f8a commit 01d86eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/demo/datepicker/CustomInput.example.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useState } from 'react';
2-
import { styled } from '@material-ui/core';
2+
import { styled } from '@material-ui/core/styles';
33
import { DesktopDatePicker } from '@material-ui/pickers';
44

55
const InputContainer = styled('div')({

0 commit comments

Comments
 (0)