+
+
+ {isCompleted ? '완료' : `${currentCount}/${totalCount}`}
+
+
+
+
+
+
+ {label}
+
+
+ );
+};
diff --git a/src/components/molecules/topList/index.ts b/src/components/molecules/topList/index.ts
new file mode 100644
index 0000000..e03aa6a
--- /dev/null
+++ b/src/components/molecules/topList/index.ts
@@ -0,0 +1 @@
+export { TopList } from './TopList';