hotfix: all 7 TypeScript errors fixed — NoAccessPage export + ABACRuleEditor size + ShareDialog icon types
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user