This website works better with JavaScript
Home
Explore
Help
Register
Sign In
bill
/
drawing-board-service
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: 1
bill
1 month ago
parent
37624971f2
commit
bd808c185f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/example/loadding.ts
+ 1
- 1
src/example/loadding.ts
View File
@@ -58,4 +58,4 @@ export const loading = <T, K extends PFN<T>>(
}, 50);
});
return ret;
-};
+};