Skip to content

Commit 75d5526

Browse files
committed
fix(ion-fixed): ion-fixed directive is not longer needed
1 parent b70614b commit 75d5526

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

src/components/fixed/fixed.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/directives.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { Chip } from './components/chip/chip';
1212
import { Content } from './components/content/content';
1313
import { DateTime } from './components/datetime/datetime';
1414
import { FabContainer, FabButton, FabList } from './components/fab/fab';
15-
import { Fixed } from './components/fixed/fixed';
1615
import { Grid, Row, Col } from './components/grid/grid';
1716
import { Icon } from './components/icon/icon';
1817
import { Img } from './components/img/img';
@@ -81,7 +80,6 @@ export { Chip } from './components/chip/chip';
8180
export { Content } from './components/content/content';
8281
export { DateTime } from './components/datetime/datetime';
8382
export { FabContainer, FabButton, FabList } from './components/fab/fab';
84-
export { Fixed } from './components/fixed/fixed';
8583
export { Grid, Row, Col } from './components/grid/grid';
8684
export { Icon } from './components/icon/icon';
8785
export { Img } from './components/img/img';
@@ -176,7 +174,6 @@ export const IONIC_DIRECTIVES: any[] = [
176174
FabContainer,
177175
FabButton,
178176
FabList,
179-
Fixed,
180177
Footer,
181178
Grid,
182179
Header,

0 commit comments

Comments
 (0)