Skip to content

Commit 1421f71

Browse files
committed
fix: rebuild
1 parent 4acc4ca commit 1421f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-demo/app/resources/apartments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import AdminForthAdapterS3Storage from '@adminforth/storage-adapter-amazon-s3'
99
import ImageGenerationAdapterOpenAI from '@adminforth/image-generation-adapter-openai';
1010
import BulkAiFlowPlugin from '@adminforth/bulk-ai-flow';
1111
import AdminForthImageVisionAdapterOpenAi from '@adminforth/image-vision-adapter-openai';
12-
import CloneRow from "@adminforth/CloneRow";
12+
import CloneRow from "@adminforth/clone-row";
1313

1414
const blockDemoUsers = async ({ record, adminUser, resource }) => {
1515
if (adminUser.dbUser && adminUser.dbUser.role !== 'superadmin') {

0 commit comments

Comments
 (0)