Skip to content
Snippets Groups Projects
platform.ts 90 B
export const isMobile = false;
export const isWeb = false;
export const isDesktop = true;