register , login model complated. plagiraism component complated(essential part of main page is complated )

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-30 20:25:30 +05:00
parent 8906cf6634
commit 8b93952a06
29 changed files with 1475 additions and 205 deletions

View File

@@ -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>
);
}