mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 18:07:15 +02:00
* web: Clean up locale. * web: Clean ambiguous imports. * web: Clean up entrypoint imports. * web: Format imports. * web: Normalize extensions. * web: Tidy order. * web: Remove TS aliases.
11 lines
181 B
JavaScript
11 lines
181 B
JavaScript
/**
|
|
* @file Dummy entry point for the `core` package.
|
|
*
|
|
* This exists to make TypeScript's module resolution more predictable.
|
|
*
|
|
* @internal
|
|
* @ignore
|
|
*/
|
|
|
|
export default {};
|