'use client'; import {createContext} from 'react'; import {ITabsStore} from '../../tabs.type'; export const TabsContextStore = createContext(null);