diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-25 13:38:53 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-25 13:38:53 +0900 |
| commit | 601bc3e3ccf2ba692b1354decd2096b501b0dd92 (patch) | |
| tree | 7b079b3883486522e9d2b022c94303fb080c2db4 /packages/client/src/scripts/loading.ts | |
| parent | fix(client): ドロワーメニューでセーフエリアを考慮するよ... (diff) | |
| download | sharkey-601bc3e3ccf2ba692b1354decd2096b501b0dd92.tar.gz sharkey-601bc3e3ccf2ba692b1354decd2096b501b0dd92.tar.bz2 sharkey-601bc3e3ccf2ba692b1354decd2096b501b0dd92.zip | |
clean up
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 - } -}; |