refactor: restructure directories

This commit is contained in:
Carlos Valente
2025-02-27 20:48:39 +01:00
committed by Carlos Valente
parent 308285ce3e
commit bf99646ad5
15 changed files with 15 additions and 15 deletions
@@ -6,7 +6,6 @@ import { baseURI, serverURL } from '../../externals';
* Open an external URLs: specifically for a electron / browser case
* If electron: ask main process to call a new browser window
* If browser: open in new tab
* @param url
*/
export function openLink(url: string) {
if (window.process?.type === 'renderer') {