Ullaas commited on
Commit
406e3e6
·
verified ·
1 Parent(s): 47fcb19

Update src/StoryGenerator.js

Browse files
Files changed (1) hide show
  1. src/StoryGenerator.js +0 -3
src/StoryGenerator.js CHANGED
@@ -1,8 +1,5 @@
1
  import React, { useState } from "react";
2
 
3
- // ... existing imports ...
4
- import { useState } from "react";
5
-
6
  function StoryGenerator() {
7
  const [userInput, setUserInput] = useState("");
8
  const [result, setResult] = useState(null);
 
1
  import React, { useState } from "react";
2
 
 
 
 
3
  function StoryGenerator() {
4
  const [userInput, setUserInput] = useState("");
5
  const [result, setResult] = useState(null);