move common dir
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m9s

This commit is contained in:
Lee
2024-04-20 02:35:52 +01:00
parent 6356be7ac3
commit 18a782243e
36 changed files with 39 additions and 38 deletions

View File

@ -1,7 +1,7 @@
"use client";
import { capitalizeFirstLetter } from "@/common/string-utils";
import { useToast } from "@/common/use-toast";
import { capitalizeFirstLetter } from "@/app/common/string-utils";
import { useToast } from "@/app/common/use-toast";
import { getServer, ServerPlatform } from "mcutils-library";
import { useRouter } from "next/navigation";
import { ReactElement, useState } from "react";