Skip to content

Commit

Permalink
fix(*): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Aug 3, 2023
1 parent 5b482c6 commit 25eb889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/OpenAI/SelectionOptions.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { arrayItems } from "../../utils/AIOptions";
import { arrayItems } from "../../utils/AIOptions.jsx";

function OptionSelection({ selectOption, setInput }) {
const handleClick = (item) => {
Expand Down

0 comments on commit 25eb889

Please sign in to comment.