Skip to content

Commit

Permalink
syncing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenNaihin committed Feb 11, 2024
1 parent 202e263 commit abce48c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/public/stacks/utils/MailchimpSubscribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { useFormState, useFormStatus } from 'react-dom';
import { IoSend } from 'react-icons/io5';
import tw from 'tailwind-styled-components';

import { subscribeEmail } from '../../../api/stacks/v1/actions';
import { Form } from '../v1/creation/input-with-button';
import { subscribeEmail } from './actions';

const glowingShadowStyle = {
boxShadow: `0 0 10px rgba(0, 0, 0, 0.1),
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ui/public/stacks/v1/creation/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useState } from 'react';
import { useFormState } from 'react-dom';
import tw from 'tailwind-styled-components';

import { callStack, parseFormData } from '../../../../api/stacks/v1/actions';
import { callStack, parseFormData } from '../../utils/actions';
import InputWithButton from './input-with-button';
import Inputs from './Inputs';
import Outputs from './outputs';
Expand Down

0 comments on commit abce48c

Please sign in to comment.