Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Oct 14, 2024
1 parent ad05d64 commit dec8458
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { ScrollArea } from '@base_ui/react/ScrollArea/index.parts';
import { ScrollArea } from '@base_ui/react/ScrollArea'';
import { expect } from 'chai';
import { screen } from '@mui/internal-test-utils';
import { createRenderer } from '#test-utils';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { ScrollArea } from '@base_ui/react/ScrollArea/index.parts';
import { ScrollArea } from '@base_ui/react/ScrollArea'';
import { screen } from '@mui/internal-test-utils';
import { createRenderer } from '#test-utils';
import { expect } from 'chai';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { ScrollArea } from '@base_ui/react/ScrollArea/index.parts';
import { ScrollArea } from '@base_ui/react/ScrollArea'';
import { createRenderer } from '@mui/internal-test-utils';
import { describeConformance } from '../../../test/describeConformance';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { ScrollArea } from '@base_ui/react/ScrollArea/index.parts';
import { ScrollArea } from '@base_ui/react/ScrollArea'';
import { createRenderer } from '@mui/internal-test-utils';
import { describeConformance } from '../../../test/describeConformance';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { ScrollArea } from '@base_ui/react/ScrollArea/index.parts';
import { ScrollArea } from '@base_ui/react/ScrollArea'';
import { createRenderer } from '@mui/internal-test-utils';
import { describeConformance } from '../../../test/describeConformance';

Expand Down

0 comments on commit dec8458

Please sign in to comment.