diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-13 09:27:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-13 09:27:57 +0900 |
| commit | e8affdc730b39ba749f14cd7db05dfd68343e767 (patch) | |
| tree | 434acb8b411249535cdad5234f6f3dff6f97fadb /src/web/app/mobile | |
| parent | wip (diff) | |
| download | misskey-e8affdc730b39ba749f14cd7db05dfd68343e767.tar.gz misskey-e8affdc730b39ba749f14cd7db05dfd68343e767.tar.bz2 misskey-e8affdc730b39ba749f14cd7db05dfd68343e767.zip | |
wip
Diffstat (limited to 'src/web/app/mobile')
| -rw-r--r-- | src/web/app/mobile/tags/notify.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/notify.tag b/src/web/app/mobile/tags/notify.tag index 59d1e9dd8f..ec36094972 100644 --- a/src/web/app/mobile/tags/notify.tag +++ b/src/web/app/mobile/tags/notify.tag @@ -16,7 +16,7 @@ </style> <script lang="typescript"> - import anime from 'animejs'; + import * as anime from 'animejs'; this.on('mount', () => { anime({ |