Skip to content

Commit 005b0a2

Browse files
arturfracalaArtur Fracala
andauthored
fix: delete unused import in pages/index.js file (#1545)
Co-authored-by: Artur Fracala <[email protected]>
1 parent 8d769d7 commit 005b0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect } from "react";
1+
import React from "react";
22
/** @jsx jsx */ import { jsx, css } from "@emotion/core";
33
import {
44
VersionProvider,

0 commit comments

Comments
 (0)