Skip to content

Commit

Permalink
Fix linting error (keystonejs#7157)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown authored Jan 10, 2022
1 parent 96bf833 commit 34c3a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/pages/SigninPage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @jsxRuntime classic */
/** @jsx jsx */

import { useState, Fragment, FormEvent, useRef, useEffect, useMemo } from 'react';
import { useState, Fragment, FormEvent, useRef, useEffect } from 'react';

import { jsx, H1, Stack, VisuallyHidden, Center } from '@keystone-ui/core';
import { Button } from '@keystone-ui/button';
Expand Down

0 comments on commit 34c3a16

Please sign in to comment.