cart adding fixed, added a reviews section

This commit is contained in:
User
2025-01-11 09:54:09 +03:00
parent 8fc0960037
commit 3e4890b66a
23446 changed files with 2905836 additions and 12824 deletions

View File

@@ -0,0 +1 @@
export * from 'next/dist/compiled/@next/font/dist/google'

View File

View File

@@ -0,0 +1 @@
/* target file for webpack loader */

30
frontend/style/node_modules/next/font/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,30 @@
export type AdjustFontFallback = {
fallbackFont: string
ascentOverride?: string
descentOverride?: string
lineGapOverride?: string
sizeAdjust?: string
}
export type FontLoader = (options: {
functionName: string
variableName: string
data: any[]
emitFontFile: (
content: Buffer,
ext: string,
preload: boolean,
isUsingSizeAdjust?: boolean
) => string
resolve: (src: string) => string
isDev: boolean
isServer: boolean
loaderContext: any
}) => Promise<{
css: string
fallbackFonts?: string[]
variable?: string
adjustFontFallback?: AdjustFontFallback
weight?: string
style?: string
}>

View File

@@ -0,0 +1 @@
export { default } from 'next/dist/compiled/@next/font/dist/local'

0
frontend/style/node_modules/next/font/local/index.js generated vendored Normal file
View File

View File

@@ -0,0 +1 @@
/* target file for webpack loader */