Skip to content

Commit

Permalink
Fix InputGrid casing
Browse files Browse the repository at this point in the history
  • Loading branch information
praseodym committed Apr 29, 2024
1 parent f4232d8 commit 798f186
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/lib/ui/InputGrid/InputGrid.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from "react";

import cls from "./inputgrid.module.css";
import cls from "./InputGrid.module.css";
import { cn, domtoren } from "@kiesraad/util";

export interface InputGridProps {
Expand Down

0 comments on commit 798f186

Please sign in to comment.