mCaptcha/templates/panel/ts/index.ts

8 lines
310 B
TypeScript

// Copyright (C) 2022 Aravinth Manivannan <realaravinth@batsense.net>
// SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
import * as listSitekeys from "../sitekey/list/ts/";
export const index = (): void => listSitekeys.index();