Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Replace enso-ui to liberu-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Oct 6, 2023
1 parent 0ea9be7 commit fb90c92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</template>

<script>
import VueSwitch from '@enso-ui/switch/bulma';
import VueSwitch from '@liberu-ui/switch/bulma';
export default {
name: 'Checkbox',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<script>
import { mapState } from 'vuex';
import { Datepicker } from '@enso-ui/datepicker/bulma';
import { Datepicker } from '@liberu-ui/datepicker/bulma';
export default {
name: 'Date',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<script>
import { mapState } from 'vuex';
import { Datepicker } from '@enso-ui/datepicker/bulma';
import { Datepicker } from '@liberu-ui/datepicker/bulma';
export default {
name: 'Date',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</template>

<script>
import { EnsoSelect } from '@enso-ui/select/bulma';
import { EnsoSelect } from '@liberu-ui/select/bulma';
export default {
name: 'Select',
Expand Down

0 comments on commit fb90c92

Please sign in to comment.