1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix not being modules

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-05-17 09:54:06 -04:00
parent 613944c13c
commit af9b73c8c1
2 changed files with 3 additions and 2 deletions

View File

@ -18,4 +18,5 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
module.exports = {};
export default {};

View File

@ -22,4 +22,4 @@
// Don't export the contents here
// It will break the extension webpack
export const NoExportsToPreventBreakingWebpack: void = void 0;
export default {};