()
| 103 | }; |
| 104 | |
| 105 | async function refresh() { |
| 106 | setIsLoading(true); |
| 107 | await RecentFileManager.sortTimeRecentFiles(); |
| 108 | setRecentFiles(await RecentFileManager.getRecentFiles()); |
| 109 | setIsLoading(false); |
| 110 | } |
| 111 | |
| 112 | return ( |
| 113 | <div className="flex h-full w-full items-center justify-center"> |
no outgoing calls
no test coverage detected