mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
Swap the small "committed" chip on the two-pillars figure for an inline Git logo + "git" label so the source-of-truth signal reads at a glance. Adds GitIcon component matching the existing GitHubIcon/SlackIcon inline-SVG pattern. Also picks up a Next.js-regenerated next-env.d.ts routes path.
6 lines
251 B
TypeScript
6 lines
251 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/dev/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|