Afeefa123 commited on
Commit
dc1de5e
·
verified ·
1 Parent(s): 6bc6f1b

Update src/App.js

Browse files
Files changed (1) hide show
  1. src/App.js +1 -1
src/App.js CHANGED
@@ -1,5 +1,5 @@
1
  import React, { useState } from "react";
2
- import { askGroq } from "../api/groqClient";
3
 
4
  const products = [
5
  { id: 1, name: "Wireless Headphones", price: "$99" },
 
1
  import React, { useState } from "react";
2
+ import { askGroq } from "groqClient";
3
 
4
  const products = [
5
  { id: 1, name: "Wireless Headphones", price: "$99" },