mirror of
https://github.com/enso-org/enso.git
synced 2024-11-25 21:25:20 +03:00
fde2f71419
- Change paths from `foo-bar` to `@/fooBar` to be consistent with GUI module naming # Important Notes None
5 lines
192 B
TypeScript
5 lines
192 B
TypeScript
/** @file A re-export of `build.json` to avoid breakage when moving the path of this module. */
|
|
|
|
import BUILD_INFO from '../../../build.json' assert { type: 'json' }
|
|
export default BUILD_INFO
|