{store.rigName}
11 |{store.currentWell.name}
12 |{title}
13 | {children} 14 | > 15 | ); 16 | }); 17 | 18 | TableRow.displayName = 'TableRow'; 19 | -------------------------------------------------------------------------------- /exxon_bowtie_app/src/layout/Main/index.tsx: -------------------------------------------------------------------------------- 1 | import { FC } from 'react'; 2 | 3 | import { styles } from './styles'; 4 | 5 | import Tabs from '@/components/Tabs'; 6 | import { TTabs } from '@/types/global.type'; 7 | 8 | export const Main: FC