blob: 92007195312843a51fec828d8e278526ed788f6b [file] [log] [blame]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
export { default } from 'ModuleDefaultExport1.js'
export { default as not_default } from 'ModuleDefaultExport2.js'