refactor: update axios client import, enhance device and payment handling, and add cancel payment button component
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
"use server";
|
||||
|
||||
import { AxiosClient } from "@/utils/AxiosClient";
|
||||
import { AxiosClient } from "@/utils/axios-client";
|
||||
|
||||
export async function getIslands() {
|
||||
const response = await AxiosClient.get("/islands/");
|
||||
|
||||
Reference in New Issue
Block a user