Skip to content

Commit

Permalink
mv pill
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Oct 25, 2023
1 parent 7e17015 commit 2a4060b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/nextjs/components/ProductPage/StyleOptions.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as React from "react";
import { H6 } from "shared-ui";
import { Pill } from "components/Pill";
import { H6, Pill } from "shared-ui";
import { Style } from "utils/groqTypes/ProductList";

interface Props {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/components/ProductSort.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from "react";
import { Pill } from "shared-ui";
import { PAGE_QUERY_PARAM, SORT_OPTIONS, SORT_OPTIONS_ARRAY, SORT_QUERY_PARAM, SortType } from "utils/sorting";
import { useRouterQueryParams } from "utils/useRouterQueryParams";
import { Pill } from "./Pill";
import { Select } from "./Select";

type ProductSortProps = {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/pages/components.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { MdArrowForward } from "react-icons/md";
import { Button } from "shared-ui";
import { Input } from "shared-ui";
import { Pill } from "shared-ui";
import { Checkbox } from "components/Checkbox";
import { LinkText } from "components/LinkText";
import { Pill } from "components/Pill";
import { Select } from "components/Select";

export default function ComponentsPage() {
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions packages/shared-ui/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from "./components/Button/Button";
export * from "./components/Typography";
export * from "./components/Input";
export * from "./components/Pill";
export * from "./components/WeDontSellBreadBanner";

0 comments on commit 2a4060b

Please sign in to comment.