Remove isStorybook util

This commit is contained in:
Joseph Garrone 2024-06-09 08:37:02 +02:00
parent e3382de8e0
commit 89137153a0

View File

@ -1,3 +0,0 @@
export const isStorybook =
typeof window === "object" &&
Object.keys(window).find(key => key.startsWith("__STORYBOOK")) !== undefined;