import { GovernancePanelsBase, makeDarkGoldTheme, } from '@szl-holdings/szl-doctrine/panels'; import { LEAN_DECLARATIONS, PACKAGE_INVENTORY, } from '@szl-holdings/szl-doctrine'; const THEME = makeDarkGoldTheme({ bg: '#0a0a0a', cardBg: '#0e0e0e', gold: '#c9b787', }); export function A11oyGovernancePanels() { return ( ); }