Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ import AdminReservations from "./pages/admin/AdminReservations";
import RoomScreenPage from "./pages/RoomScreenPage";
import {Footer} from "./components/Footer";

import dayjs_en from 'dayjs/locale/en-gb'
import dayjs from "dayjs";

dayjs.locale(dayjs_en)


function PageNotFound() {
return (
Expand Down