Skip to content

Commit

Permalink
add type in imports in React demos
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDayForSurf committed Feb 21, 2025
1 parent bcc194d commit ad93ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/demos/Demos/Toolbar/Adaptability/React/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
headings,
textAlignItems,
textAlignItemsExtended,
type listTypes,
listTypes,
fontInputAttr,
textStyleInputAttr,
} from './data.ts';
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Toolbar/Overview/React/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import DataSource from 'devextreme/data/data_source';
import notify from 'devextreme/ui/notify';
import 'devextreme/ui/select_box';

import { type productTypes, products } from './data.ts';
import { productTypes, products } from './data.ts';

const renderLabel = () => <div className="toolbar-label"><b>Tom&apos;s Club</b> Products</div>;

Expand Down

0 comments on commit ad93ca9

Please sign in to comment.