Skip to content

Commit 1091d95

Browse files
committed
fix(badge): 🐛 Correct import path for ContentMoreActionSystemLogs
1 parent 922db28 commit 1091d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitnode/src/views/admin/views/core/debug/system-logs/badges/badge-type-log.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useTranslations } from 'next-intl';
33

44
import { Badge } from '@/components/ui/badge';
55

6-
import type { ContentMoreActionSystemLogs } from './actions/more/content';
6+
import type { ContentMoreActionSystemLogs } from '../actions/more/content';
77

88
export const BadgeTypeLog = ({
99
type,

0 commit comments

Comments
 (0)