Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Oct 8, 2020
1 parent 18f9f06 commit 526ab09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design-system/website/pages/components/modals.tsx
@@ -1,7 +1,7 @@
/** @jsx jsx */

import { Fragment, useState } from 'react';
import { jsx, Box, Stack } from '@keystone-ui/core';
import { useState } from 'react';
import { jsx, Stack } from '@keystone-ui/core';
import { Page } from '../../components/Page';
import { Button } from '@keystone-ui/button';
import { Drawer, DrawerController } from '@keystone-ui/modals';
Expand Down

0 comments on commit 526ab09

Please sign in to comment.