Prototyp fur die Navigationsleiste
Kleine anpassuungen Handy Ansicht
This commit is contained in:
26
.next/app-build-manifest.json
Normal file
26
.next/app-build-manifest.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"pages": {
|
||||
"/kontakte/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/kontakte/page.js"
|
||||
],
|
||||
"/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/css/app/layout.css",
|
||||
"static/chunks/app/layout.js"
|
||||
],
|
||||
"/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/css/app/page.css",
|
||||
"static/chunks/app/page.js"
|
||||
],
|
||||
"/not-found": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/not-found.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user