5 lines
89 B
Text
5 lines
89 B
Text
---
|
|
import ErrorPage from '../components/ErrorPage.astro';
|
|
---
|
|
|
|
<ErrorPage code={451} />
|