This commit is contained in:
Leon
2022-01-26 11:54:05 +02:00
parent 2f34ce5a04
commit ffa040d705
4 changed files with 23 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import { useMemo, useState } from "react";
import Checkbox from "./Checkbox"
import '../style/SelectList.sass';
import './style/SelectList.sass';
export interface Props {
valuesListInput;