mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 00:04:18 +00:00
Fix BoardColumn.module.css
having the wrong name
This commit is contained in:
parent
cec85469b8
commit
d49cdb1ae3
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import {TaskDisplay} from "@/app/board/[board]/TaskDisplay"
|
||||
import {TaskGroup} from "@/app/board/[board]/useBoardTaskArranger"
|
||||
import style from "./TaskGroupColumn.module.css"
|
||||
import style from "./BoardColumn.module.css"
|
||||
|
||||
|
||||
export function BoardColumn({taskGroup}: {taskGroup: TaskGroup}) {
|
||||
|
|
Loading…
Reference in a new issue