Skip to content

app/ui/fonts file is missing on chapter 1 #1073

@FNK-bot

Description

@FNK-bot

import { lusitana } from '@/app/ui/fonts';
getting error on this statement on file app/ui/customers/table.tsx

add this
`// app/ui/fonts.ts
import { Inter, Lusitana } from 'next/font/google';

export const inter = Inter({ subsets: ['latin'] });
export const lusitana = Lusitana({ weight: ['400', '700'], subsets: ['latin'] });`

fix it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions