Skip to content

Commit

Permalink
Misc reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jun 23, 2021
1 parent b2aa41d commit 95be082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/[locale]/demo/quick-preview/preview-product.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import { OnlyBrowserPageProps } from '@/layouts/core/types/OnlyBrowserPageProps'
import { SSGPageProps } from '@/layouts/core/types/SSGPageProps';
import { SSRPageProps } from '@/layouts/core/types/SSRPageProps';
import { getDemoLayoutServerSideProps } from '@/layouts/demo/demoLayoutSSR';
import QuickPreviewLayout from '@/layouts/quickPreview/components/QuickPreviewLayout';
import { AMPLITUDE_PAGES } from '@/modules/core/amplitude/events';
import useCustomer from '@/modules/core/data/hooks/useCustomer';
import { AirtableRecord } from '@/modules/core/data/types/AirtableRecord';
import { Customer } from '@/modules/core/data/types/Customer';
import { Product } from '@/modules/core/data/types/Product';
import { createLogger } from '@/modules/core/logging/logger';
import QuickPreviewLayout from '@/layouts/quickPreview/components/QuickPreviewLayout';
import find from 'lodash.find';
import {
GetServerSideProps,
Expand Down
3 changes: 2 additions & 1 deletion src/pages/[locale]/public/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ const ExamplePublicPage: NextPage<Props> = (props): JSX.Element => {
<p>
This page was created using from <code>"/layouts/public/pagePublicTemplateSSG.tsx"</code>, which uses a completely different <b><code>layout</code></b>.<br />
<br />
This page uses the <code>"public"</code> <b>layout</b>, which comes "naked" (no nav/footer) and doesn't fetch any data. (data are mocked, and minimalist)
This page uses the <code>"public"</code>
<b>layout</b>, which comes "naked" (no nav/footer) and doesn't fetch any data. (data are mocked, and minimalist)
<br />
Other pages use the <code>"demo"</code> layout, which comes with its own data fetching, components, and inherent complexity.<br />
<br />
Expand Down

0 comments on commit 95be082

Please sign in to comment.