Skip to content

Commit

Permalink
Renaming formular to form
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed May 7, 2024
1 parent c9eee79 commit 470bb36
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
@import "./src/stories/Blocks/reservation-page/reservation-page-skeleton";
@import "./src/stories/Blocks/loan-page/loan-page-skeleton";
@import "./src/stories/Blocks/registration-page/registration-page";
@import "./src/stories/Blocks/registration-formular-page/registration-formular-page";
@import "./src/stories/Blocks/registration-form-page/registration-form-page";
@import "./src/stories/Blocks/form/form";

@import "./src/styles/scss/shared";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import RedirectToLoginMessage, {
} from "./RedirectToLoginMessage";

export default {
title: "Blocks / Registration Formular Page",
title: "Blocks / Registration Form Page",
argTypes: {
infoTopText: {
name: "Headline",
Expand Down

0 comments on commit 470bb36

Please sign in to comment.