Browse Source

fix import

AykutSarac 3 năm trước cách đây
mục cha
commit
df77fa39d9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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`