Remove test error from Home function

The test error that was thrown in the Home function was removed. This error was previously used for testing purposes and is no longer needed in the live code.
This commit is contained in:
giancarlo
2024-04-22 15:24:56 +08:00
parent b6d303f90e
commit 5fd3d49780

View File

@@ -20,8 +20,6 @@ import pathsConfig from '~/config/paths.config';
import { withI18n } from '~/lib/i18n/with-i18n';
function Home() {
throw new Error(`This is a test error`);
return (
<div className={'mt-4 flex flex-col space-y-24 py-16'}>
<div className={'container mx-auto flex flex-col space-y-20'}>