diff --git a/examples/with-linaria/pages/index.js b/examples/with-linaria/pages/index.js index f64e98dcbc04f..f00e46b8065fc 100644 --- a/examples/with-linaria/pages/index.js +++ b/examples/with-linaria/pages/index.js @@ -1,4 +1,3 @@ -import React from 'react' import Head from 'next/head' import { styled } from 'linaria/react' @@ -23,11 +22,11 @@ const Box = styled.div` export default function Home() { return ( - + <> With Linaria Zero runtime CSS in JS - + ) }