Spaces:
Build error
Build error
Update src/App.js
Browse files- src/App.js +1 -1
src/App.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import React, { useState } from "react";
|
| 2 |
-
import { askGroq } from "
|
| 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" },
|