fix import

This commit is contained in:
AykutSarac 2022-02-02 18:48:33 +03:00
parent 71b01564ef
commit df77fa39d9

View File

@ -1,7 +1,7 @@
import Image from "next/image";
import React from "react";
import Button from "src/components/Button";
import Image from "next/image";
import styled from "styled-components";
import { Button } from "src/components/Button";
import { useRouter } from "next/router";
const StyledNotFound = styled.div`