AykutSarac 3 anni fa
parent
commit
df77fa39d9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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`