feat(sw-213): added type
This commit is contained in:
@@ -3,7 +3,7 @@ import Subtitle from "@/components/TempDesignSystem/Text/Subtitle"
|
||||
|
||||
import styles from "./textcols.module.css"
|
||||
|
||||
import { TextColsProps } from "@/types/components/content/blocks"
|
||||
import type { TextColsProps } from "@/types/components/content/blocks"
|
||||
|
||||
export default function TextCols({ text_cols }: TextColsProps) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user