diff --git a/examples/with-stitches-styled/css/index.js b/examples/with-stitches-styled/css/index.js index 57c9054635e0f..82ca04e9d4b7b 100644 --- a/examples/with-stitches-styled/css/index.js +++ b/examples/with-stitches-styled/css/index.js @@ -8,8 +8,5 @@ export const css = createCss({ }, }, }) -/* - With Typescript: - const { Provider, styled, useCss } = createStyled() -*/ + export const styled = createStyled(css)