Skip to content

Commit

Permalink
Update import to get type check passing
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrell committed Nov 15, 2024
1 parent 8fbb432 commit e9e907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/Splash/Element.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit e9e907e

Please sign in to comment.