AykutSarac hace 3 años
padre
commit
df77fa39d9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/pages/404/index.tsx

+ 2 - 2
src/pages/404/index.tsx

@@ -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`