Skip to content

Commit

Permalink
chore(@dpc-sdp/ripple-ui-core): update CSS loading order for storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Apr 18, 2024
1 parent d51b319 commit 5f2b758
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {
Story,
ArgsTable
} from '@storybook/addon-docs'
import '@dpc-sdp/ripple-ui-core/style/components'
import RplForm from './RplForm.vue'
import RplFormElement from './../RplFormElement/RplFormElement.vue'
import '@dpc-sdp/ripple-ui-core/style/components'

export const SingleTemplate = (args) => ({
components: { RplForm },
Expand Down

0 comments on commit 5f2b758

Please sign in to comment.