Passes tests

This commit is contained in:
David Bolack
2026-08-25 11:42:56 -05:00
parent 3cce97de72
commit 3d7daf406d
19 changed files with 223 additions and 764 deletions
@@ -1,7 +1,7 @@
import './errorPage.less';
import React from 'react';
import UIPage from '../basePages/uiPage/uiPage.jsx';
import Markdown from '@shared/markdown.js';
import { default as Markdown } from 'hbfm';
import ErrorIndex from './errors/errorIndex.js';
const ErrorPage = ({ brew })=>{