mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-23 02:17:11 +00:00
1 line
98 B
TypeScript
1 line
98 B
TypeScript
|
|
export const isOnboardingSkipped = ()=>{return localStorage.getItem('skip_onboarding') === "true"}
|