refactor: replace relative paths with absolute ones in import statements
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import ErrorInfo from '../components/error/ErrorInfo';
|
||||
import ErrorInfo from 'src/components/error/ErrorInfo';
|
||||
|
||||
const Error500 = () => {
|
||||
return <ErrorInfo message='Server messed up, sorry.' statusCode={500} />;
|
||||
|
Reference in New Issue
Block a user