Skip to content

Commit

Permalink
Get training plans basically working
Browse files Browse the repository at this point in the history
  • Loading branch information
rustybrooks committed Nov 11, 2024
1 parent 4473f06 commit bf598e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/src/views/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useState } from 'react';
import { LoadingOverlay } from '@mantine/core';
import { DateTime } from 'luxon';
import { useActivitiesList, useTrainingEntriesList, useTrainingWeeksList } from '../api/api-fetch';
import { useActivitiesList, useTrainingEntriesList } from '../api/api-fetch';
import { Calendar } from '../components/Calendar';
import { calendarDateOffset } from '../utils/dates';

Expand Down

0 comments on commit bf598e3

Please sign in to comment.