Reformat all project files to use the prettier config file.
This commit is contained in:
@@ -2,5 +2,5 @@ import React from "react";
|
||||
import ScheduleCalendarContainer from "../../components/schedule-calendar/schedule-calendar.container";
|
||||
|
||||
export default function SchedulePageComponent() {
|
||||
return <ScheduleCalendarContainer/>;
|
||||
return <ScheduleCalendarContainer />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user