Files
pezkuwi-apps/packages/apps-config/src/index.ts
T

11 lines
352 B
TypeScript

// Copyright 2017-2026 @pezkuwi/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0
export * from './api/index.js';
export * from './endpoints/index.js';
export * from './extensions/index.js';
export * from './links/index.js';
export * from './packageInfo.js';
export * from './settings/index.js';
export * from './ui/index.js';