Skip to content

Commit

Permalink
Merge pull request #6462 from artsy/rename-show
Browse files Browse the repository at this point in the history
@dzucconi => [Show] Rename to uppercase Components/ folder
  • Loading branch information
dzucconi authored Oct 12, 2020
2 parents a051884 + a4e30e7 commit 36bed8d
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions src/v2/Apps/Show/ShowApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import { HorizontalPadding } from "v2/Apps/Components/HorizontalPadding"
import { Footer } from "v2/Components/Footer"
import { ErrorPage } from "v2/Components/ErrorPage"
import { Box, Column, GridColumns, Separator } from "@artsy/palette"
import { ShowMetaFragmentContainer as ShowMeta } from "v2/Apps/Show/components/ShowMeta"
import { ShowHeaderFragmentContainer as ShowHeader } from "./components/ShowHeader"
import { ShowAboutFragmentContainer as ShowAbout } from "./components/ShowAbout"
import { ShowInstallShotsFragmentContainer as ShowInstallShots } from "./components/ShowInstallShots"
import { ShowContextualLinkFragmentContainer as ShowContextualLink } from "./components/ShowContextualLink"
import { ShowViewingRoom } from "./components/ShowViewingRoom"
import { ShowMetaFragmentContainer as ShowMeta } from "v2/Apps/Show/Components/ShowMeta"
import { ShowHeaderFragmentContainer as ShowHeader } from "./Components/ShowHeader"
import { ShowAboutFragmentContainer as ShowAbout } from "./Components/ShowAbout"
import { ShowInstallShotsFragmentContainer as ShowInstallShots } from "./Components/ShowInstallShots"
import { ShowContextualLinkFragmentContainer as ShowContextualLink } from "./Components/ShowContextualLink"
import { ShowViewingRoom } from "./Components/ShowViewingRoom"
import { ShowApp_show } from "v2/__generated__/ShowApp_show.graphql"
import { ShowArtworksRefetchContainer as ShowArtworks } from "./components/ShowArtworks"
import { ShowArtworksRefetchContainer as ShowArtworks } from "./Components/ShowArtworks"

interface ShowAppProps {
show: ShowApp_show
Expand Down
2 changes: 1 addition & 1 deletion src/v2/Apps/Show/__tests__/ShowArtworks.jest.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { MockBoot } from "v2/DevTools"
import { Breakpoint } from "@artsy/palette"
import React from "react"
import { ShowArtworksRefetchContainer } from "../components/ShowArtworks"
import { ShowArtworksRefetchContainer } from "../Components/ShowArtworks"
import { QueryRenderer, graphql } from "react-relay"
import { ShowArtworks_Query } from "v2/__generated__/ShowArtworks_Query.graphql"
import { MockPayloadGenerator, createMockEnvironment } from "relay-test-utils"
Expand Down
2 changes: 1 addition & 1 deletion src/v2/Apps/Show/__tests__/ShowContextualLink.jest.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react"
import { mount } from "enzyme"
import { ContextualLink } from "../components/ShowContextualLink"
import { ContextualLink } from "../Components/ShowContextualLink"
import { Link } from "@artsy/palette"

const SHOW_FIXTURE = {
Expand Down
2 changes: 1 addition & 1 deletion src/v2/Apps/Show/__tests__/ShowInstallShots.jest.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react"
import { mount } from "enzyme"
import { ShowInstallShots } from "../components/ShowInstallShots"
import { ShowInstallShots } from "../Components/ShowInstallShots"

jest.mock("v2/Components/Carousel", () => ({
Carousel: ({ children }) => children,
Expand Down

0 comments on commit 36bed8d

Please sign in to comment.