Skip to content

Commit

Permalink
move assets to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
groninge01 committed Sep 30, 2024
1 parent cec455e commit 8fb19ce
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend-v3/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { Providers } from './providers'
import { Navbar } from '@repo/lib/shared/components/navs/Navbar'
import { Footer } from '@repo/lib/shared/components/footer/Footer'
import { getProjectConfig } from '@repo/lib/config/getProjectConfig'
import { satoshiFont } from '../lib/assets/fonts/satoshi/satoshi'
import { satoshiFont } from '@repo/lib/assets/fonts/satoshi/satoshi'
import NextTopLoader from 'nextjs-toploader'
import { SpeedInsights } from '@vercel/speed-insights/next'
import '../lib/assets/css/global.css'
import '@repo/lib/assets/css/global.css'
import { Fathom } from '@repo/lib/shared/services/fathom/Fathom'
import { GlobalAlerts } from '@repo/lib/shared/components/navs/GlobalAlerts'
import { PropsWithChildren } from 'react'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8fb19ce

Please sign in to comment.