add dev inputs

This commit is contained in:
smanylov
2026-01-09 11:41:26 +07:00
parent da47a7a974
commit 5541d76574
5 changed files with 70 additions and 15 deletions
@@ -4,6 +4,7 @@ import PageTitle from '@/app/ui/page-title';
import UploadSectionFile from '@/app/components/upload-section-file';
import { getAllowedFilesExtensions } from '@/app/actions/fileUpload';
import {StackedBarChart} from '@/app/components/StackedBarChart';
import {TestComponent} from '@/app/components/test-component';
const data = [
{
@@ -40,6 +41,7 @@ export default async function Page() {
return (
<div>
<PageTitle title="image-protection" />
<TestComponent/>
<div className="split-blocks">
<ProtectionSummary fileType={FILE_TYPE}/>
<div className="protection-overview">