Skip to content

Commit 34d526c

Browse files
committed
remove iframe sync
1 parent f7299ca commit 34d526c

90 files changed

Lines changed: 0 additions & 495 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/typed-sql/app/epicshop.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/typed-sql/app/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { HoneypotProvider } from 'remix-utils/honeypot/react'
2222
import faviconAssetUrl from './assets/favicon.svg'
2323
import { GeneralErrorBoundary } from './components/error-boundary.tsx'
2424
import { SearchBar } from './components/search-bar.tsx'
25-
import { EpicShop } from './epicshop.tsx'
2625
import fontStylestylesheetUrl from './styles/font.css'
2726
import tailwindStylesheetUrl from './styles/tailwind.css'
2827
import { csrf } from './utils/csrf.server.ts'
@@ -67,7 +66,6 @@ function Document({ children }: { children: React.ReactNode }) {
6766
{children}
6867
<ScrollRestoration />
6968
<Scripts />
70-
<EpicShop />
7169
<LiveReload />
7270
</body>
7371
</html>

exercises/01.schema/01.problem.init/app/epicshop.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

exercises/01.schema/01.problem.init/app/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { HoneypotProvider } from 'remix-utils/honeypot/react'
2222
import faviconAssetUrl from './assets/favicon.svg'
2323
import { GeneralErrorBoundary } from './components/error-boundary.tsx'
2424
import { SearchBar } from './components/search-bar.tsx'
25-
import { EpicShop } from './epicshop.tsx'
2625
import fontStylestylesheetUrl from './styles/font.css'
2726
import tailwindStylesheetUrl from './styles/tailwind.css'
2827
import { csrf } from './utils/csrf.server.ts'
@@ -67,7 +66,6 @@ function Document({ children }: { children: React.ReactNode }) {
6766
{children}
6867
<ScrollRestoration />
6968
<Scripts />
70-
<EpicShop />
7169
<LiveReload />
7270
</body>
7371
</html>

exercises/01.schema/01.solution.init/app/epicshop.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

exercises/01.schema/01.solution.init/app/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { HoneypotProvider } from 'remix-utils/honeypot/react'
2222
import faviconAssetUrl from './assets/favicon.svg'
2323
import { GeneralErrorBoundary } from './components/error-boundary.tsx'
2424
import { SearchBar } from './components/search-bar.tsx'
25-
import { EpicShop } from './epicshop.tsx'
2625
import fontStylestylesheetUrl from './styles/font.css'
2726
import tailwindStylesheetUrl from './styles/tailwind.css'
2827
import { csrf } from './utils/csrf.server.ts'
@@ -67,7 +66,6 @@ function Document({ children }: { children: React.ReactNode }) {
6766
{children}
6867
<ScrollRestoration />
6968
<Scripts />
70-
<EpicShop />
7169
<LiveReload />
7270
</body>
7371
</html>

exercises/02.relationships/01.problem.one-to-many/app/epicshop.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

exercises/02.relationships/01.problem.one-to-many/app/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { HoneypotProvider } from 'remix-utils/honeypot/react'
2222
import faviconAssetUrl from './assets/favicon.svg'
2323
import { GeneralErrorBoundary } from './components/error-boundary.tsx'
2424
import { SearchBar } from './components/search-bar.tsx'
25-
import { EpicShop } from './epicshop.tsx'
2625
import fontStylestylesheetUrl from './styles/font.css'
2726
import tailwindStylesheetUrl from './styles/tailwind.css'
2827
import { csrf } from './utils/csrf.server.ts'
@@ -67,7 +66,6 @@ function Document({ children }: { children: React.ReactNode }) {
6766
{children}
6867
<ScrollRestoration />
6968
<Scripts />
70-
<EpicShop />
7169
<LiveReload />
7270
</body>
7371
</html>

exercises/02.relationships/01.solution.one-to-many/app/epicshop.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

exercises/02.relationships/01.solution.one-to-many/app/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { HoneypotProvider } from 'remix-utils/honeypot/react'
2222
import faviconAssetUrl from './assets/favicon.svg'
2323
import { GeneralErrorBoundary } from './components/error-boundary.tsx'
2424
import { SearchBar } from './components/search-bar.tsx'
25-
import { EpicShop } from './epicshop.tsx'
2625
import fontStylestylesheetUrl from './styles/font.css'
2726
import tailwindStylesheetUrl from './styles/tailwind.css'
2827
import { csrf } from './utils/csrf.server.ts'
@@ -67,7 +66,6 @@ function Document({ children }: { children: React.ReactNode }) {
6766
{children}
6867
<ScrollRestoration />
6968
<Scripts />
70-
<EpicShop />
7169
<LiveReload />
7270
</body>
7371
</html>

0 commit comments

Comments
 (0)