Skip to content

Commit

Permalink
layouting & react import
Browse files Browse the repository at this point in the history
  • Loading branch information
Laoujin committed Jan 14, 2025
1 parent 6d525aa commit 1f3e9a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/components/enhancers/EnhanceWithClaim.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import {Claim, GenericClaim} from '../users/models/UserModel';
import {authService} from '../users/authService';
import {ChildrenType} from '../../models';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import {Features} from '../../controls/feature/feature-models';
import {useDocumentTitle} from '../../hooks/useDocumentTitle';
import { OpenOrClosedProjectMonthsList } from './OpenOrClosedProjectMonthsList';
import { ProjectMonthsListToolbar } from './ProjectMonthsListToolbar';
import useEntityChangedToast from '../../hooks/useEntityChangedToast';


import './project-month-list.scss';
import useEntityChangedToast from '../../hooks/useEntityChangedToast';


/** The monthly invoicing tables including the top searchbar */
Expand Down

0 comments on commit 1f3e9a1

Please sign in to comment.