feat: division between mobile and desktop components, boards for mobile
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import Funnel from "@/app/deals/components/Funnel/Funnel";
|
||||
import Header from "@/app/deals/components/Header/Header";
|
||||
import Funnel from "@/app/deals/components/shared/Funnel/Funnel";
|
||||
import Header from "@/app/deals/components/shared/Header/Header";
|
||||
import { BoardsContextProvider } from "@/app/deals/contexts/BoardsContext";
|
||||
import { ProjectsContextProvider } from "@/app/deals/contexts/ProjectsContext";
|
||||
import { StatusesContextProvider } from "@/app/deals/contexts/StatusesContext";
|
||||
@ -16,7 +16,7 @@ export default function DealsPage() {
|
||||
<PageContainer>
|
||||
<PageBlock
|
||||
transparent
|
||||
style={{ padding: 0, paddingRight: 15 }}>
|
||||
style={{ padding: 0 }}>
|
||||
<Header />
|
||||
</PageBlock>
|
||||
<PageBlock className={"mobile-padding-height"}>
|
||||
|
||||
Reference in New Issue
Block a user