style : add search

This commit is contained in:
lukman
2024-07-03 17:32:48 +08:00
parent ee50908194
commit 6a8372b37b
3 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import { ViewSearch } from '@/module/search';
import React from 'react';
function Page() {
return (
<ViewSearch/>
);
}
export default Page;