From e9e907ed12dc0db26a20dcefc2aaababa2d34217 Mon Sep 17 00:00:00 2001 From: lfarrell Date: Fri, 15 Nov 2024 14:36:19 -0500 Subject: [PATCH] Update import to get type check passing --- docs/components/Splash/Element.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/Splash/Element.tsx b/docs/components/Splash/Element.tsx index 8eb64359..d29cc33a 100644 --- a/docs/components/Splash/Element.tsx +++ b/docs/components/Splash/Element.tsx @@ -1,6 +1,6 @@ import React, { ReactElement } from "react"; -import { CSS } from "@stitches/react/types/css-util"; +import { CSS } from "@stitches/react"; import CallToAction from "../CallToAction"; import { styled } from "src/styles/stitches.config"; import { useRouter } from "next/router";