Skip to content

Commit

Permalink
Removed redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
raveling committed Aug 24, 2021
1 parent 6b3a673 commit aa4ee0c
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion docs/pages/docs/apis/auth.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Authentication API

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/apis/config.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';
import { InlineCode } from '../../../components/primitives/Code';

# System Configuration API
Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/apis/context.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';
import { InlineCode } from '../../../components/primitives/Code';

# Context API
Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/apis/db-items.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';
import { InlineCode } from '../../../components/primitives/Code';

# Database Items API
Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/apis/fields.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';
import { InlineCode } from '../../../components/primitives/Code';

# Fields API
Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/apis/filters.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Query Filter API

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/apis/graphql.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';
import { InlineCode } from '../../../components/primitives/Code';

# GraphQL API
Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/apis/hooks.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Hooks API

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/apis/list-items.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# List Items API

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/apis/schema.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Schema API

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/apis/session.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Session API

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/cli.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Command Line

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/custom-admin-ui-logo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Markdown } from '../../../components/Markdown';
import { Alert } from '../../../components/primitives/Alert'
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Custom Admin UI Logo

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/custom-admin-ui-navigation.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Custom Admin UI Navigation

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/custom-admin-ui-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Markdown } from '../../../components/Markdown';
import { Alert } from '../../../components/primitives/Alert';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Custom Admin UI Pages

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/custom-fields.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';
import { InlineCode } from '../../../components/primitives/Code';

# Custom Fields
Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/document-field-demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
import Intro from './_doc-field-intro.mdx';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';
import { InlineCode } from '../../../components/primitives/Code';

## Configure the demo
Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/document-fields.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';
import { InlineCode } from '../../../components/primitives/Code';

# How To Use Document Fields
Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/filters.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# GraphQL Queries - Filters

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/hooks.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Hooks

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/relationships.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Emoji } from '../../../components/primitives/Emoji';
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Understanding Relationships

Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/testing.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';
import { InlineCode } from '../../../components/primitives/Code';

# Testing
Expand Down
1 change: 0 additions & 1 deletion docs/pages/docs/guides/virtual-fields.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# Virtual Fields

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';

# How to embed Keystone + SQLite in a Next.js app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Markdown } from '../../../components/Markdown';
import { Well } from '../../../components/primitives/Well';
import { RelatedContent } from '../../../components/RelatedContent';
import { useMediaQuery } from '../../../lib/media';
import { InlineCode } from '../../../components/primitives/Code';

![A terminal with the output of create-keystone-app](/assets/walkthroughs/getting-started/cover.svg)
Expand Down

0 comments on commit aa4ee0c

Please sign in to comment.