'use client'

export type {NextStudioProps} from './NextStudio'
export {NextStudioLazyClientComponent as NextStudio} from './NextStudioLazy'
