Merge version_2 into main #7
@@ -1,8 +1,8 @@
|
||||
import type { Metadata } from 'next';
|
||||
import { Geist_Sans as GeistSans } from 'next/font/google';
|
||||
import { Geist_Sans } from 'next/font/google';
|
||||
import './globals.css';
|
||||
|
||||
const geistSans = GeistSans({ subsets: ['latin'] });
|
||||
const geistSans = Geist_Sans({ subsets: ['latin'] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'PropertySync - Real Estate Investment Platform',
|
||||
|
||||
Reference in New Issue
Block a user