Skip to content

Commit

Permalink
changed axios extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadisa16 committed Oct 25, 2024
1 parent db0eda9 commit b035406
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/banner/Banner.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react'
import "./banner.css";
import axios from "../../utils/axios.jsx";
import axios from "../../utils/axios";
import requests from "../../utils/requests.jsx";

function Banner(){
Expand Down
File renamed without changes.

0 comments on commit b035406

Please sign in to comment.