register , login model complated. plagiraism component complated(essential part of main page is complated )
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { getPosts } from '@/shared/config/api/testApi';
|
||||
import Welcome from '@/widgets/welcome';
|
||||
import { PlagiarismCheckForm } from '@/widgets/fileUpload/ui/Plagiraismcheckform';
|
||||
|
||||
export default async function Home() {
|
||||
const res = await getPosts({ _limit: 1 });
|
||||
@@ -7,7 +7,7 @@ export default async function Home() {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Welcome />
|
||||
<PlagiarismCheckForm />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user