Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
kovapatrik committed Apr 11, 2024
1 parent a6acbc2 commit 083f921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto eol=lf
2 changes: 1 addition & 1 deletion homebridge-ui/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { HomebridgePluginUiServer, RequestError } = require('@homebridge/plugin-ui-utils');
const { defaultConfig, defaultDeviceConfig } = require('../dist/platformUtils.js');
const { BlueAirAwsApi } = require('../dist/api/BlueAirAwsApi.js').default;
const BlueAirAwsApi = require('../dist/api/BlueAirAwsApi.js').default;

var _ = require('lodash');

Expand Down

0 comments on commit 083f921

Please sign in to comment.