add dev inputs
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user