Skip to content

Commit

Permalink
fix build cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Jul 30, 2023
1 parent 10d539e commit a669dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/schedulely-docs/components/HomePageSchedulely.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Resizable } from 're-resizable';
import { Schedulely, WeekDay, createDefaultAdapter } from 'schedulely';
import { storyEvents } from './helpers.stories';
import { useEffect, useState } from 'react';
import { useState } from 'react';
import { useTheme } from 'nextra-theme-docs';

const HomepageSchedulely = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
useRef,
useState,
} from 'react';
import { useCalendar } from '@/hooks';
import { useCalendar } from '../hooks/useCalendar';

export const EventIntersectionContext =
createContext<EventIntersectionState | null>(null);
Expand Down

0 comments on commit a669dd5

Please sign in to comment.