feat: boards with statuses fetch
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import React, { FC } from "react";
|
||||
import { Box } from "@mantine/core";
|
||||
import { BoardSchema } from "@/types/BoardSchema";
|
||||
import { BoardSchema } from "@/client";
|
||||
|
||||
type Props = {
|
||||
board: BoardSchema;
|
||||
|
||||
Reference in New Issue
Block a user