Skip to content

Commit afd8f06

Browse files
committed
fix: startOfQuater 메서드를 Core로 이동함으로서 여러 곳에서 사용 가능하도록 처리
1 parent 705f7dd commit afd8f06

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Widget/DevLogWidgetCore/Sources/Common/Calendar.swift renamed to Application/DevLogCore/Sources/Calendar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Calendar.swift
3-
// DevLogWidgetCore
3+
// DevLogCore
44
//
55
// Created by opfic on 4/30/26.
66
//

Widget/DevLogWidgetCore/Sources/Common/WidgetHeatmapPlaceholderShape.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77

88
import Foundation
9+
import DevLogCore
910

1011
public struct WidgetHeatmapPlaceholderShape {
1112
public let currentMonths: [WidgetHeatmapPlaceholderMonthShape]

0 commit comments

Comments
 (0)