Spaces:
Runtime error
Runtime error
comment filelist
Browse files- frontend/src/App.js +1 -1
frontend/src/App.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import './App.css';
|
2 |
import React, { useState } from 'react';
|
3 |
import axios from 'axios';
|
4 |
-
import FileList from './FileList/FileList';
|
5 |
|
6 |
const App = () => {
|
7 |
const [generatedCaption, setGeneratedCaption] = useState('');
|
|
|
1 |
import './App.css';
|
2 |
import React, { useState } from 'react';
|
3 |
import axios from 'axios';
|
4 |
+
// import FileList from './FileList/FileList';
|
5 |
|
6 |
const App = () => {
|
7 |
const [generatedCaption, setGeneratedCaption] = useState('');
|