Skip to content

Commit 44da352

Browse files
committed
refac: move icons components at common
1 parent 25adfb9 commit 44da352

21 files changed

+12
-11
lines changed

components/common/ErrorBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { ThumbnailError } from "@components/icons";
21
import styled from "@emotion/styled";
2+
import { ThumbnailError } from "@icons";
33
import type { FC, ReactNode } from "react";
44

55
type ComponentProps = {

components/common/Retention.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Button } from "@components/common";
2-
import { Thumbnail } from "@components/icons";
32
import styled from "@emotion/styled";
3+
import { Thumbnail } from "@icons";
44
import Link from "next/link";
55
import { useRouter } from "next/router";
66
const Retention = () => {

components/common/Toast.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { CheckIcon } from "@components/icons";
21
import { keyframes } from "@emotion/react";
32
import styled from "@emotion/styled";
3+
import { CheckIcon } from "@icons";
44
import type { FC } from "react";
55
import { useEffect, useState } from "react";
66

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)