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
+1 -1
View File
@@ -2,7 +2,7 @@ import { JSX } from "preact";
import { Partial } from "$fresh/runtime.ts";
import { RouteConfig } from "$fresh/server.ts";
export function getConfig(): RouteConfig {
export function getPartialsConfig(): RouteConfig {
return {
skipAppWrapper: true,
skipInheritedLayouts: true,