Skip to content

Commit

Permalink
fix import grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Oct 1, 2024
1 parent defe879 commit 6e1167a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/api/helpers/facebookWebhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import axios, { isAxiosError } from 'axios';

import { getInfoSessionDates, ISessionDates } from '@this/pages-api/infoSession/dates';
import { getStateFromZipCode } from '@this/src/helpers/zipLookup';

import { Req } from '@this/types/request';
import { FormDataSignup, ISession, ISessionSignup } from '@this/types/signups';
import { formatSignupPayload } from '../formatSignupPayload';
Expand Down
2 changes: 1 addition & 1 deletion src/components/Form/elements/CheckboxGroup.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import kebabCase from 'lodash/kebabCase';
import { KeyboardEvent } from 'react';
import styled from 'styled-components';

import { KeyboardEvent } from 'react';
import Checkbox from './Checkbox';
import ClearButton from './ClearButton';
import RequiredStatus from './RequiredStatus';
Expand Down
1 change: 1 addition & 0 deletions src/components/Navbar/BonusBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { motion } from 'framer-motion';
import { useRouter } from 'next/router';
import { ReactNode } from 'react';
import styled from 'styled-components';

import NavLink from './elements/NavLink';

const activeUntil = process.env.HIGHSCHOOL_FORM_ACTIVE_UNTIL;
Expand Down

0 comments on commit 6e1167a

Please sign in to comment.