50db71843b
- Changed import paths for the Loading component from "@/app/loading" to "@/components/loading" across multiple files to maintain consistency and improve modularity. - Removed the Loading component definition from loading.tsx, simplifying the file structure.
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
import Loading from "@/components/loading";
|
|
|
|
export default Loading;
|