diff --git a/src/components/deviceprofileBuilder.ts b/src/components/deviceprofileBuilder.ts index 996ceaea..4e07addf 100644 --- a/src/components/deviceprofileBuilder.ts +++ b/src/components/deviceprofileBuilder.ts @@ -409,5 +409,3 @@ export function getDeviceProfile(options: ProfileOptions): DeviceProfile { return profile; } - -export default getDeviceProfile;