mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-08 18:23:13 -04:00
Working on getting CSS factored out.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
@@ -9,12 +9,13 @@
|
||||
|
||||
import React from "react";
|
||||
import { List, Typography, ListItemButton } from "@mui/material";
|
||||
import type { BookingListProps } from "../schemas";
|
||||
// ...existing code...
|
||||
import {
|
||||
sortBookingsByStartTime,
|
||||
formatBookingTime,
|
||||
getInviteeName,
|
||||
} from "../helpers/bookingList";
|
||||
import type { BookingListProps } from "../schemas";
|
||||
|
||||
/**
|
||||
* BookingList component.
|
||||
|
||||
@@ -25,7 +25,7 @@ import BookingList from "../components/BookingList";
|
||||
import type { ConferenceRoom } from "../schemas";
|
||||
import type { Booking } from "../schemas";
|
||||
import EventNoteIcon from "@mui/icons-material/EventNote";
|
||||
import "./LandingPage.css";
|
||||
// import "./LandingPage.css";
|
||||
import { logger } from "../utils/logger";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user