Fixed card CSS and hint

This commit is contained in:
fedyna-k
2025-01-15 23:51:54 +01:00
parent 8eb8174755
commit ce944c8d92
11 changed files with 82 additions and 25 deletions
+5 -2
View File
@@ -1,4 +1,7 @@
import { getConfig, makePartials } from "$root/defaults/makePartials.tsx";
import {
getPartialsConfig,
makePartials,
} from "$root/defaults/makePartials.tsx";
type NotesIndexProps = Record<string | number | symbol, never>;
@@ -6,5 +9,5 @@ export function Index(_props: NotesIndexProps) {
return <a href="notes" f-partial={"notes/partials"}>bip boup</a>;
}
export const config = getConfig();
export const config = getPartialsConfig();
export default makePartials(Index);