We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518c52a commit f39c8cbCopy full SHA for f39c8cb
src/components/MainDashboard/MainDashboard.jsx
@@ -7,7 +7,7 @@ export const MainDashboard = () => {
7
return (
8
<div className={css.container}>
9
{/* <DashboardMessage /> */}
10
- <AddColumnBtn/>
+ {/* <AddColumnBtn/> */}
11
<TaskColumn />
12
</div>
13
);
0 commit comments