Skip to content

Commit

Permalink
[frontend] fix lint (#9280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwendoline-FAVRE-FELIX committed Jan 14, 2025
1 parent c22c764 commit 6cccb17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {useEffect, useRef, useState} from 'react';
import React, { useEffect, useRef, useState } from 'react';
import { Field, Form, Formik } from 'formik';
import { v4 as uuid } from 'uuid';
import { graphql } from 'react-relay';
Expand Down

0 comments on commit 6cccb17

Please sign in to comment.