refactoring: actions moved to seprate dir
This commit is contained in:
@@ -4,7 +4,7 @@ import { AddMonthButton } from './ui/AddMonthButton';
|
||||
import { AddLocationButton } from './ui/AddLocationButton';
|
||||
import { PageFooter } from './ui/PageFooter';
|
||||
import { isAuthErrorMessage } from '@/app/lib/auth';
|
||||
import { fetchAllLocations } from './lib/locationActions';
|
||||
import { fetchAllLocations } from './lib/actions/locationActions';
|
||||
import { formatCurrency } from './lib/formatStrings';
|
||||
|
||||
const getNextYearMonth = (yearMonth:number) => {
|
||||
|
||||
Reference in New Issue
Block a user