mirror of
https://github.com/tomru/advcal.git
synced 2026-03-03 06:27:17 +01:00
first working version
This commit is contained in:
8
pages/debug.js
Normal file
8
pages/debug.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import Home from "./index";
|
||||
|
||||
const HomeDebug = () => {
|
||||
return <Home debug={true} />;
|
||||
};
|
||||
|
||||
export default HomeDebug;
|
||||
Reference in New Issue
Block a user