Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Add missing import to createThemeTests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Aug 3, 2021
1 parent a814cc8 commit bf9106b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/test/createThemeTests.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from "react";
import { shallow } from "enzyme";
import styled, { css } from "styled-components";
import "jest-styled-components";
import defaultTheme from "@theme/defaultTheme";

const createThemeTests =
Expand Down

0 comments on commit bf9106b

Please sign in to comment.