fix 404 page typo
This commit is contained in:
parent
62b4d4cc6e
commit
b02b8f99fe
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { Router } from 'express';
|
|||
const router = new Router();
|
||||
import path from 'path';
|
||||
import { renderIndex } from '../views/index';
|
||||
import { get404Sketch } from '../views/404page';
|
||||
import { get404Sketch } from '../views/404Page';
|
||||
import { userExists } from '../controllers/user.controller.js';
|
||||
|
||||
// this is intended to be a temporary file
|
||||
|
|
Loading…
Reference in a new issue