1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/utility-features/app-paths/index.ts
Iku-turso 5101101da2 feat: Introduce minimal Feature for app paths
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-05-24 14:45:52 +03:00

13 lines
447 B
TypeScript

import { appPathsFeature } from "./src/feature";
export type { JoinPaths } from "./src/join-paths/join-paths.injectable";
export { joinPathsInjectionToken } from "./src/join-paths/join-paths.injectable";
export { appPathsInjectionToken, pathNames } from "./src/app-paths-injection-token";
export type { AppPaths, PathName } from "./src/app-paths-injection-token";
export { testUtils } from "./src/test-utils";
export default appPathsFeature;