This commit is contained in:
DoubleCookies
2022-09-15 08:07:47 +03:00
parent c97368d8f4
commit aa2f546761
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import {
type ActionFunction,
type LoaderArgs,
json,
redirect
redirect,
} from "@remix-run/node";
import { Form, useLoaderData } from "@remix-run/react";
import { z } from "zod";

View File

@@ -43,4 +43,4 @@
.event__results-participant-count {
color: var(--text-lighter);
font-size: var(--fonts-xs);
}
}