mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
New design, added category & bug fixes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import Error from 'components/error';
|
||||
import React from 'react';
|
||||
|
||||
const Error404 = () => {
|
||||
return <Error />;
|
||||
};
|
||||
|
||||
export default Error404;
|
||||
Reference in New Issue
Block a user