Skip to content

Commit

Permalink
Merge pull request #10 from dannaward/main
Browse files Browse the repository at this point in the history
Fix build error
  • Loading branch information
dannaward authored May 20, 2023
2 parents 1c602aa + 570cc85 commit 1b9571a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { GlobalStyle } from "@/styles/global.style";
import { useRouter } from "next/router";
import { useState } from "react";
import styled from "styled-components";
import { AiOutlineFileDone } from "react-icons/Ai";
import { MdVerifiedUser } from "react-icons/Md";
import { AiOutlineFileDone } from "react-icons/ai";
import { MdVerifiedUser } from "react-icons/md";

const Success = () => {
const route = useRouter();
Expand Down

0 comments on commit 1b9571a

Please sign in to comment.