Skip to content

Commit

Permalink
remove theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kryskirkland committed Mar 13, 2024
1 parent 942eb7c commit 401ca55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/form/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { filterDOMProps } from '@react-aria/utils';
import React, { useContext, ReactElement, FormEventHandler } from 'react';
import { css } from '@emotion/react';
import { Provider } from '../provider';
import theme from '../theme';

let FormContext = React.createContext<LabelableProps>({});

Expand Down

0 comments on commit 401ca55

Please sign in to comment.