refactoring: simplifying file names

This commit is contained in:
2024-01-08 15:24:26 +01:00
parent e29d813aee
commit cd9060c97e
6 changed files with 7 additions and 41 deletions

View File

@@ -5,7 +5,7 @@ import { AddLocationButton } from './ui/AddLocationButton';
import clientPromise from './lib/mongodb';
import { BillingLocation } from './lib/db-types';
import { PageFooter } from './ui/PageFooter';
import { auth } from '@/app/lib/auth.google';
import { auth } from '@/app/lib/auth';
import { redirect } from 'next/navigation';
const getNextYearMonth = (yearMonth:number) => {