This website requires JavaScript.
Explore
Register
Sign In
gromov
/
nextjs-fetch-data-example
Watch
1
Star
0
Fork
0
You've already forked nextjs-fetch-data-example
forked from
templates/nextjs-template
Code
Pull Requests
Activity
Files
9e2167b34dc5be9ea62928e202f2218fd762e20c
nextjs-fetch-data-example
/
.templates
/
component
/
{{name.kebabCase}}
/
index.ts
2 lines
57 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: приведение проекта к стайлгайду - Разделён globals.css на styles/variables.css, media.css, reset.css - Добавлен styles/index.css как единая точка входа глобальных стилей - Вынесен MantineProvider в app/providers/ - Переименован .ui.tsx в .tsx в шаблоне component - Приведены CSS-токены радиусов к числовой шкале (--radius-1, --radius-2...) - Добавлен слой src/layouts/ - Настроен Biome: одинарные кавычки, исключены .templates, разрешён @custom-media - Обновлён .vscode/settings.json (quickfix.biome → source.fixAll.biome) - Обновлён AGENTS.md с правилами для агентов
2026-03-29 13:23:00 +03:00
export
{
{
name
.
pascalCase
}
}
from
'./{{name.kebabCase}}'
Copy Permalink