refactor(ivy): move styling files around (#26096)

PR Close #26096
This commit is contained in:
Matias Niemelä 2018-10-03 15:06:42 -07:00 committed by Misko Hevery
parent 4d164b6ca4
commit be337a2e52
3 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ export {
export { export {
addPlayer as ɵaddPlayer, addPlayer as ɵaddPlayer,
getPlayers as ɵgetPlayers, getPlayers as ɵgetPlayers,
} from './render3/player'; } from './render3/players';
// we reexport these symbols just so that they are retained during the dead code elimination // we reexport these symbols just so that they are retained during the dead code elimination
// performed by rollup while it's creating fesm files. // performed by rollup while it's creating fesm files.