N-FIN-6: fix file naming

This commit is contained in:
Markus Thielker 2024-03-10 17:47:17 +01:00
parent 027abe313a
commit 34857eecc0
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
import { prismaClient } from '@/prisma';
import { getUser } from '@/auth';
import React from 'react';
import EntityPageClientContent from '@/components/EntityPageClientComponents';
import EntityPageClientContent from '@/components/entityPageClientComponents';
import entityCreateUpdate from '@/lib/actions/entityCreateUpdate';
import entityDelete from '@/lib/actions/entityDelete';