fix(SW-216): Fixes after PR

This commit is contained in:
Erik Tiekstra
2024-10-08 08:13:38 +02:00
committed by Pontus Dreij
parent dfd40aa7aa
commit 5c10d36745
5 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import type { TableData } from "@/types/trpc/routers/contentstack/blocks"
export interface TableProps {
export interface TableBlockProps {
data: TableData
}