Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nil-amrutlal committed Aug 21, 2023
2 parents a7554f3 + b191a58 commit 0e79fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { styled } from '@kadena/react-components';

export const StyledFinisherContent = styled('div', {
display: 'flex',
flexDirection: 'row',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
} from './styles.css';

import DrawerToolbar from '@/components/Common/DrawerToolbar';
import { FormItemCard } from '@/components/Global/FormItemCard';
import RequestKeyField, {
REQUEST_KEY_VALIDATION,
} from '@/components/Global/RequestKeyField';
Expand Down Expand Up @@ -46,7 +47,6 @@ import React, {
} from 'react';
import { useForm } from 'react-hook-form';
import * as z from 'zod';
import { FormItemCard } from '@/components/Global/FormItemCard';

const schema = z.object({
requestKey: REQUEST_KEY_VALIDATION,
Expand Down

0 comments on commit 0e79fa2

Please sign in to comment.