mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(scroll): remove scroll from module
This commit is contained in:
@ -105,7 +105,6 @@ import { Range } from './components/range/range';
|
||||
import { RangeKnob } from './components/range/range-knob';
|
||||
import { Refresher } from './components/refresher/refresher';
|
||||
import { RefresherContent } from './components/refresher/refresher-content';
|
||||
import { Scroll } from './components/scroll/scroll';
|
||||
import { Searchbar } from './components/searchbar/searchbar';
|
||||
import { Segment } from './components/segment/segment';
|
||||
import { Select } from './components/select/select';
|
||||
@ -235,7 +234,6 @@ import { BooleanInput } from './bindings/angular/components/boolean-input';
|
||||
Refresher,
|
||||
RefresherContent,
|
||||
Row,
|
||||
Scroll,
|
||||
Searchbar,
|
||||
Segment,
|
||||
SegmentButton,
|
||||
@ -333,7 +331,6 @@ import { BooleanInput } from './bindings/angular/components/boolean-input';
|
||||
Refresher,
|
||||
RefresherContent,
|
||||
Row,
|
||||
Scroll,
|
||||
Searchbar,
|
||||
Segment,
|
||||
SegmentButton,
|
||||
|
Reference in New Issue
Block a user