feat(docs): move GithubUser component to global component folder

This commit is contained in:
Melvin Chia
2025-12-25 04:56:50 +08:00
parent 6b3d1ed9c0
commit e65e1d92c2
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import Commit from "../../components/Commit";
import GithubUser from "../../components/GithubUser";
import GithubUser from "../../../../components/GithubUser";
### 🏢 Module-Specific & Feature Updates