hotfix: all 7 TypeScript errors fixed — NoAccessPage export + ABACRuleEditor size + ShareDialog icon types

This commit is contained in:
Agent Zero
2026-07-29 09:16:58 +02:00
parent c1416161c2
commit b545bf64b4
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import React from 'react';
import { Link } from 'react-router-dom';
import { ShieldX } from 'lucide-react';
export default function NoAccessPage() {
export function NoAccessPage() {
return (
<div className="flex flex-col items-center justify-center min-h-screen bg-secondary-50 p-4">
<ShieldX className="w-16 h-16 text-secondary-400 mb-4" strokeWidth={1.5} />