Skip to content

Commit 249af57

Browse files
committed
fix: remove unnecessary import
1 parent d6fde12 commit 249af57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Contact/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from 'react';
1+
import React from 'react';
22

33
import { Container } from './styles';
44

0 commit comments

Comments
 (0)