move common dir
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m9s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m9s
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { getDocumentation } from "@/common/documentation";
|
||||
import { getDocumentation } from "@/app/common/documentation";
|
||||
import { CustomMDX } from "@/app/components/mx-components";
|
||||
import { Metadata } from "next";
|
||||
import { generateEmbed } from "@/common/embed";
|
||||
import { generateEmbed } from "@/app/common/embed";
|
||||
|
||||
type DocumentationPageParams = {
|
||||
params: {
|
||||
|
Reference in New Issue
Block a user