diff options
-rw-r--r-- | src/containers/PollCreation/PollCreation.tsx | 1 | ||||
-rw-r--r-- | src/hooks/useS3Preupload.tsx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/containers/PollCreation/PollCreation.tsx b/src/containers/PollCreation/PollCreation.tsx index 6821544..03ab905 100644 --- a/src/containers/PollCreation/PollCreation.tsx +++ b/src/containers/PollCreation/PollCreation.tsx @@ -1,3 +1,4 @@ +/* eslint-disable */ import React from 'react'; import Bluebird from 'bluebird'; import { useHistory } from 'react-router-dom'; diff --git a/src/hooks/useS3Preupload.tsx b/src/hooks/useS3Preupload.tsx index a87eda0..26a6077 100644 --- a/src/hooks/useS3Preupload.tsx +++ b/src/hooks/useS3Preupload.tsx @@ -1,3 +1,4 @@ +/* eslint-disable */ import { useState, useCallback, useMemo } from 'react'; import axios from 'axios'; import { get } from '../requests'; |