Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurkaran-Singh authored and Gurkaran-Singh committed Jan 6, 2022
1 parent f886e09 commit f42cd13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import Up from "../images/Up.svg";
import Back from "../images/Back.svg";
import Settings from "../images/Settings.svg";
import Notification from "../images/Notification.svg";
import logo from "../images/logo.svg";
import { UserName } from "../components";
import { UserName } from ".";
const Header = () => {
return (
<div className="w-container flex border-b bg-whiteSmoke border-grey-header h-70 justify-center">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/CreateContact/Createcontact.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Form, Formik, ErrorMessage } from "formik";
import { Form, Formik } from "formik";
import * as yup from "yup";
import { CustomInput, Header, PageHeading } from "../../components";
const fields = [
Expand Down

0 comments on commit f42cd13

Please sign in to comment.