organize imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { User } from "@chessu/types";
|
||||
import { API_URL } from "@/config";
|
||||
import type { User } from "@chessu/types";
|
||||
|
||||
export const fetchSession = async () => {
|
||||
try {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { Game } from "@chessu/types";
|
||||
import { API_URL } from "@/config";
|
||||
import type { Game } from "@chessu/types";
|
||||
|
||||
export const createGame = async (side: string, unlisted: boolean) => {
|
||||
try {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { API_URL } from "@/config";
|
||||
import type { User, Game } from "@chessu/types";
|
||||
import type { Game, User } from "@chessu/types";
|
||||
|
||||
export const fetchProfileData = async (name: string) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user