update fix

This commit is contained in:
2025-12-19 11:32:50 +07:00
parent 47f154b326
commit e8d0ee3452
8 changed files with 67 additions and 43 deletions

View File

@@ -1,10 +0,0 @@
import React from 'react';
import Home from '@components/layout/home';
export default function Homepage() {
return (
<>
<Home />
</>
);
}