refactor: replace UI module CSS files and add map icon assets for enhanced styling
Build and Release / release (push) Successful in 1m3s

This commit is contained in:
anhncd
2026-05-22 12:15:28 +07:00
parent b5dcda83a9
commit dc6d048645
17 changed files with 266 additions and 158 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import { FIXED_TIMELINE_END_YEAR, FIXED_TIMELINE_START_YEAR, clampYearValue } from "@/uhm/lib/utils/timeline";
import styles from "./TimelineBar.module.css";
import styles from "@/styles/TimelineBar.module.css";
type Props = {
year: number;