8 lines
368 B
JSON
8 lines
368 B
JSON
{
|
|
"/_not-found/page": "app/_not-found/page.js",
|
|
"/(auth)/dashboard/page": "app/(auth)/dashboard/page.js",
|
|
"/(auth)/recommendations/page": "app/(auth)/recommendations/page.js",
|
|
"/(auth)/settings/page": "app/(auth)/settings/page.js",
|
|
"/(auth)/stock/[code]/page": "app/(auth)/stock/[code]/page.js",
|
|
"/(auth)/watchlists/page": "app/(auth)/watchlists/page.js"
|
|
} |