update license

This commit is contained in:
taDuc
2026-06-07 23:24:52 +07:00
parent 282df2bc91
commit 74b5b615ac
11 changed files with 545 additions and 16 deletions
@@ -3,7 +3,7 @@ import Image from "next/image";
import { type CSSProperties, type ReactNode, useState, useEffect } from "react";
import { apiGetCurrentUser } from "@/service/auth";
import ChatbotWidget from "@/components/ui/chat/ChatbotWidget";
import ChatbotWidget from "@/uhm/components/ui/ChatbotWidget";
import Map, { type MapFeaturePayload } from "@/uhm/components/Map";
import ReplayPreviewLayerPanel from "@/uhm/components/editor/ReplayPreviewLayerPanel";
import PublicWikiSidebar from "@/uhm/components/wiki/PublicWikiSidebar";