Skip to content

Commit a71a567

Browse files
author
jannik.lange
committed
🚨 linted #175
1 parent 974516b commit a71a567

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/Form/MucRadioButtonGroup.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
<script setup lang="ts">
1717
import { provide, readonly, toRef } from "vue";
1818
19-
import { RadioButtonGroupKey, RadioButtonValueTypes } from "./MucRadioButtonTypes";
19+
import {
20+
RadioButtonGroupKey,
21+
RadioButtonValueTypes,
22+
} from "./MucRadioButtonTypes";
2023
2124
/**
2225
* exposed two-way binding of the currently selected radiobuttons-value

0 commit comments

Comments
 (0)