Skip to content

Commit

Permalink
docs(ecc-utils-design): adjusts docs imports
Browse files Browse the repository at this point in the history
  • Loading branch information
salihuDickson committed Nov 11, 2023
1 parent c3ad741 commit c402c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/documentation/docs/design/components/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const complexExampleFields = ref([]);
const styledExampleFields = ref([]);
const methodsExampleFields = ref([]);
onMounted(() => {
import("@elixir-cloud/design").then((module) => {
import("@elixir-cloud/design/dist/form/index.js").then((module) => {
renderComponent.value = false;
primaryFields.value = [
{
Expand Down

0 comments on commit c402c0e

Please sign in to comment.