1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-08-03 20:13:28 +02:00

Fix linting issues

This commit is contained in:
Aleksandr Gumroian
2024-06-06 16:57:08 +02:00
parent 01e1fca913
commit 61ff82ca26
32 changed files with 116 additions and 73 deletions

View File

@@ -6,6 +6,7 @@
*/
import React, { useState } from "react";
import PropTypes from "prop-types";
import { Input } from "./Input";