Skip to content

Commit 911f972

Browse files
Rename ErrorPage route module to PascalCase.
Align `src/` root components with naming conventions tracked in #1492. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 63cc414 commit 911f972

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { FocusStyleManager, OverlaysProvider } from '@blueprintjs/core';
1010
import './index.scss';
1111
import { HelmetProvider } from 'react-helmet-async';
1212
import { RouterProvider } from 'react-router';
13-
import ErrorPage from './error-page';
13+
import ErrorPage from './ErrorPage';
1414
import Layout from './components/Layout';
1515
import getServerConfig from './functions/getServerConfig';
1616
import { SocketProvider } from './libs/SocketProvider';

0 commit comments

Comments
 (0)