Skip to content

Commit 07eb188

Browse files
committed
refac: move components at ui folders
1 parent 44da352 commit 07eb188

27 files changed

+23
-33
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/common/Modal.tsx renamed to components/common/ui/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Portal } from "@components/common";
21
import styled from "@emotion/styled";
2+
import { Portal } from "@ui";
33
import type { FC, ReactNode } from "react";
44
type ModalProps = {
55
children: ReactNode;
File renamed without changes.

components/common/Retention.tsx renamed to components/common/ui/Retention.tsx

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

0 commit comments

Comments
 (0)