merge fetch and fetcher

This commit is contained in:
2025-08-09 10:46:11 +02:00
parent b20e0c3980
commit 4c70a3f72d
3 changed files with 12 additions and 15 deletions
-1
View File
@@ -1,5 +1,4 @@
"use client";
import { getUser } from "muzak/data/fetch";
import { useEffect, useState } from "react";
import { api, User } from "muzak/data/fetcher";