Skip to content
Snippets Groups Projects
Commit 1858caad authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#7: Fixed linting error

parent 36dc1b45
No related branches found
No related tags found
1 merge request!12Issue/7 add test coverage report
Pipeline #34179 passed
......@@ -6,7 +6,6 @@ import logo from './logo.svg'
interface Message {
message: string
}
//test
const App: React.FC = () => {
const [currentMessage, setCurrentMessage] = useState<Message>()
useEffect(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment