Skip to content

Commit

Permalink
Don't import from dist folders (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Jan 4, 2023
1 parent 3faac5b commit a83448f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import {
Typography,
} from '@mui/material';
import { TabContext } from '@mui/lab';
import { BindableAttrValue, LiveBinding } from '@mui/toolpad-core';
import { GlobalScopeMeta } from '@mui/toolpad-core/dist/types';
import { BindableAttrValue, LiveBinding, GlobalScopeMeta } from '@mui/toolpad-core';
import { Body, RawBody, UrlEncodedBody } from './types';
import { Maybe, WithControlledProp } from '../../utils/types';
import {
Expand Down

0 comments on commit a83448f

Please sign in to comment.