mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
export const openFigma = () => {
|
|
return window
|
|
.open("https://openpanel.co/assets", "_blank")
|
|
?.focus();
|
|
};
|