Add .ts extension to copyright notice #67
| @ -1,3 +1,5 @@ | |||||||
|  | /* Copyright (C) 2024 Manuel Bustillo*/ | ||||||
|  | 
 | ||||||
| // This file contains type definitions for your data.
 | // This file contains type definitions for your data.
 | ||||||
| // It describes the shape of the data, and what data type each property should accept.
 | // It describes the shape of the data, and what data type each property should accept.
 | ||||||
| // For simplicity of teaching, we're manually defining these types.
 | // For simplicity of teaching, we're manually defining these types.
 | ||||||
|  | |||||||
| @ -1,3 +1,5 @@ | |||||||
|  | /* Copyright (C) 2024 Manuel Bustillo*/ | ||||||
|  | 
 | ||||||
| // This file contains placeholder data that you'll be replacing with real data in the Data Fetching chapter:
 | // This file contains placeholder data that you'll be replacing with real data in the Data Fetching chapter:
 | ||||||
| // https://nextjs.org/learn/dashboard-app/fetching-data
 | // https://nextjs.org/learn/dashboard-app/fetching-data
 | ||||||
| const users = [ | const users = [ | ||||||
|  | |||||||
| @ -1,3 +1,5 @@ | |||||||
|  | /* Copyright (C) 2024 Manuel Bustillo*/ | ||||||
|  | 
 | ||||||
| import { Revenue } from './definitions'; | import { Revenue } from './definitions'; | ||||||
| 
 | 
 | ||||||
| export const formatCurrency = (amount: number) => { | export const formatCurrency = (amount: number) => { | ||||||
|  | |||||||
| @ -1,3 +1,5 @@ | |||||||
|  | /* Copyright (C) 2024 Manuel Bustillo*/ | ||||||
|  | 
 | ||||||
| // import bcrypt from 'bcrypt';
 | // import bcrypt from 'bcrypt';
 | ||||||
| // import { db } from '@vercel/postgres';
 | // import { db } from '@vercel/postgres';
 | ||||||
| // import { guests, customers, revenue, users } from '../lib/placeholder-data';
 | // import { guests, customers, revenue, users } from '../lib/placeholder-data';
 | ||||||
|  | |||||||
| @ -1,3 +1,5 @@ | |||||||
|  | /* Copyright (C) 2024 Manuel Bustillo*/ | ||||||
|  | 
 | ||||||
| import { Inter, Lusitana, Gloria_Hallelujah} from 'next/font/google'; | import { Inter, Lusitana, Gloria_Hallelujah} from 'next/font/google'; | ||||||
|   |   | ||||||
| export const inter = Inter({ subsets: ['latin'] }); | export const inter = Inter({ subsets: ['latin'] }); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user