From 44476a3c611f625138c658bc8fe0c31d8feb40f0 Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Sun, 3 Nov 2024 09:11:05 +1100 Subject: [PATCH] Remove unused export --- src/components/deviceprofileBuilder.ts | 2 -- 1 file changed, 2 deletions(-) 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;