refactoring: simplifying file names
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user