Skip to content

Commit

Permalink
build works
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan committed Jan 14, 2024
1 parent 4a8f7de commit 2e2ab06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
steps:
- uses: nexys-system/gh-actions-spa-test@v1
- name: Build package
run: yarn buildpackage
run: yarn buildPackage
1 change: 1 addition & 0 deletions src/lib/form/generator2/components/buttons.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from "react";
import { SubmitButtonProps } from "../../type";
import Spinner from "./spinner";

Expand Down
1 change: 1 addition & 0 deletions src/lib/form/generator2/components/inputs.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from "react";
import {
InputOptionProps,
InputProps,
Expand Down

0 comments on commit 2e2ab06

Please sign in to comment.