Add ability to quickly create test users in development (#3764)

This commit is contained in:
Tom Moor
2022-07-16 00:11:30 +01:00
committed by GitHub
parent a16cf72b73
commit e509719c77
8 changed files with 119 additions and 37 deletions

View File

@@ -2,7 +2,7 @@ import { ActionContext } from "~/types";
export const CollectionSection = ({ t }: ActionContext) => t("Collection");
export const DebugSection = ({ t }: ActionContext) => t("Debug");
export const DeveloperSection = ({ t }: ActionContext) => t("Debug");
export const DocumentSection = ({ t }: ActionContext) => t("Document");