llamacoder icon indicating copy to clipboard operation
llamacoder copied to clipboard

/App.tsx: Could not find dependency: 'axios' relative to '/App.tsx' (3:0)

Open percindeniz opened this issue 6 months ago • 2 comments

Something went wrong

/App.tsx: Could not find dependency: 'axios' relative to '/App.tsx' (3:0)

1 | import React, { useState, useEffect } from 'react'; 2 | import { Chat, Message, Upload } from 'lucide-react';

3 | import axios from 'axios'; ^ 4 | 5 | interface Message { 6 | text: string;

percindeniz avatar Aug 13 '24 12:08 percindeniz