Split company show into ui/business + fix eslint

This commit is contained in:
Félix Malfait
2023-07-08 14:18:18 +02:00
parent 43fae8b638
commit c6a3c211e4
17 changed files with 225 additions and 229 deletions
@@ -3,7 +3,6 @@ import { useRecoilValue } from 'recoil';
import { RightDrawerBody } from '@/ui/layout/right-drawer/components/RightDrawerBody';
import { RightDrawerPage } from '@/ui/layout/right-drawer/components/RightDrawerPage';
import { RightDrawerTopBar } from '@/ui/layout/right-drawer/components/RightDrawerTopBar';
import { CommentableType } from '~/generated/graphql';
import { viewableCommentThreadIdState } from '../states/viewableCommentThreadIdState';