Skip to content

Commit

Permalink
[Refactor] types 위치 변경 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
KimDae-hyun committed Jun 3, 2022
1 parent be9e10d commit 415c7e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/RankItem.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import styles from "../styles/RankList.module.css";
import { Rank } from "./types";
import { Rank } from "../types/types";

type RankType = {
user: Rank;
Expand Down
2 changes: 1 addition & 1 deletion components/RankList.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import styles from "../styles/RankList.module.css";
import { Rank } from "./types";
import { Rank } from "../types/types";
import RankItem from "./RankItem";

type RankType = {
Expand Down
File renamed without changes.

0 comments on commit 415c7e8

Please sign in to comment.