Skip to content

Commit

Permalink
Removed unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigh393 committed Mar 31, 2021
1 parent 56e1939 commit 2086fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**Set globals imputs for ALL stories. Globals can only be defined here. */
import React, { useState } from "react";
import React from "react";
import ItemProvider from '../src/components/ItemProvider';
import { ThemeProvider } from "@material-ui/core/styles";
import webqueueTheme from "../src/theme";
Expand Down

0 comments on commit 2086fca

Please sign in to comment.