Merge pull request #129 from bipproduction/lukman/19-agustus-2024

feat : update history
This commit is contained in:
Amalia
2024-08-19 17:44:27 +08:00
committed by GitHub
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 />
);
}