diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-29 13:42:15 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-29 13:42:15 +0900 |
| commit | 621fc5a715e372064bb178a24f07c8aa960f7f50 (patch) | |
| tree | 4efab3afa32c533fc36bdb72c622619614125f5a /packages/client/src/scripts/loading.ts | |
| parent | Merge branch 'develop' (diff) | |
| parent | 12.101.0 (diff) | |
| download | misskey-621fc5a715e372064bb178a24f07c8aa960f7f50.tar.gz misskey-621fc5a715e372064bb178a24f07c8aa960f7f50.tar.bz2 misskey-621fc5a715e372064bb178a24f07c8aa960f7f50.zip | |
Merge branch 'develop'
Diffstat (limited to 'packages/client/src/scripts/loading.ts')
| -rw-r--r-- | packages/client/src/scripts/loading.ts | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/client/src/scripts/loading.ts b/packages/client/src/scripts/loading.ts deleted file mode 100644 index 4b0a560e34..0000000000 --- a/packages/client/src/scripts/loading.ts +++ /dev/null @@ -1,11 +0,0 @@ -export default { - start: () => { - // TODO - }, - done: () => { - // TODO - }, - set: val => { - // TODO - } -}; |