update,
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import type { SWRConfiguration } from 'swr';
|
||||
import type { ICalendarEvent } from 'src/types/calendar';
|
||||
|
||||
import { useMemo } from 'react';
|
||||
import axios, { endpoints, fetcher } from 'src/lib/axios';
|
||||
import type { ICalendarEvent } from 'src/types/calendar';
|
||||
import type { SWRConfiguration } from 'swr';
|
||||
import useSWR, { mutate } from 'swr';
|
||||
|
||||
import axios, { fetcher, endpoints } from 'src/lib/axios';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
const enableServer = false;
|
||||
|
Reference in New Issue
Block a user