This commit is contained in:
Tben
2023-08-21 09:14:02 +01:00
parent eb0ddedfaf
commit 9e4568c8eb
5 changed files with 44 additions and 0 deletions
+7
View File
@@ -1,3 +1,10 @@
/** # MODULE TRACE
======================================================================
* Detected 1 files that call this module. The files are listed below:
======================================================================
* `import` Statement Found in [HomepageComponent.tsx] => file:///d:\GitHub\personal_site\app\(components)\HomepageComponent.tsx
==== MODULE TRACE END ==== */
"use client";
import React from "react";
+5
View File
@@ -1,3 +1,8 @@
/** # MODULE TRACE
======================================================================
* No imports found for this Module
==== MODULE TRACE END ==== */
// General imports
import { Metadata } from "next";
import GeneralLayout from "../layouts/general_layout/GeneralLayout";