Skip to content

Commit

Permalink
Address cleanup (#95)
Browse files Browse the repository at this point in the history
* Fix failing address pattern tests

* Linting
  • Loading branch information
danielnaab authored Apr 4, 2024
1 parent 5959d97 commit 8eee124
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { Meta, StoryObj } from '@storybook/react';

import SubmissionConfirmation from '.';
import { type SubmissionConfirmationProps } from '@atj/forms';

export default {
title: 'patterns/SubmissionConfirmation',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import { FormProvider, useForm } from 'react-hook-form';
import type { Meta, StoryObj } from '@storybook/react';

import { type TextInputProps } from '@atj/forms';
import TextInput from '.';

export default {
Expand Down

0 comments on commit 8eee124

Please sign in to comment.