mirror of
https://github.com/SomboChea/ui
synced 2024-11-11 00:54:26 +07:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
|
export function goToVerdaccioWebsite(): void {
|
||
|
window.open('https://verdaccio.org', '_blank');
|
||
|
}
|