feat : update history

This commit is contained in:
lukman
2024-08-19 17:42:28 +08:00
parent ca1d3433ef
commit d1f9561d9b
14 changed files with 385 additions and 222 deletions

View File

@@ -1,9 +1,9 @@
import { ViewHistoryDivisionCalender } from '@/module/division_new';
import { HistoryDivisionCalender } from '@/module/calender';
import React from 'react';
function Page() {
return (
<ViewHistoryDivisionCalender />
<HistoryDivisionCalender />
);
}