Skip to content

Commit

Permalink
Fix eslint ignore next line
Browse files Browse the repository at this point in the history
  • Loading branch information
maingockien01 committed Feb 26, 2024
1 parent 2b7c950 commit 9bce2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/Screens/Calendar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from "react";
import Container from '@mui/material/Container';
// eslint-disable-next-line ts-ignore
// eslint-disable-next-line
// @ts-ignore
import { DayPilotCalendar } from "@daypilot/daypilot-lite-react";
const Calendar = () => {
Expand Down

0 comments on commit 9bce2bb

Please sign in to comment.