Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielwarner committed Sep 12, 2024
1 parent dc948f4 commit c5a8d28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions es-ds-docs/pages/molecules/radio-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ const docCode = ref('');
onMounted(async () => {
if ($prism) {
/* eslint-disable import/no-webpack-loader-syntax, import/no-self-import */
const radioButtonComponentSource = await import('@energysage/es-ds-components/components/es-radio-button.vue?raw');
const radioButtonComponentSource = await import(
'@energysage/es-ds-components/components/es-radio-button.vue?raw'
);
// eslint-disable-next-line max-len
const radioButtonGroupComponentSource = await import(
'@energysage/es-ds-components/components/es-radio-button-group.vue?raw'
);
);
const docSource = await import('./radio-button.vue?raw');
/* eslint-enable import/no-webpack-loader-syntax, import/no-self-import */
Expand Down

0 comments on commit c5a8d28

Please sign in to comment.