Skip to content

Commit 20118a1

Browse files
committed
remove iframe sync
1 parent 02d654b commit 20118a1

File tree

108 files changed

+0
-594
lines changed

Some content is hidden

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

108 files changed

+0
-594
lines changed

exercises/01.e2e/01.problem.playwright/app/epicshop.tsx

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

exercises/01.e2e/01.problem.playwright/app/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import { SearchBar } from './components/search-bar.tsx'
3434
import { Spacer } from './components/spacer.tsx'
3535
import { Button } from './components/ui/button.tsx'
3636
import { Icon } from './components/ui/icon.tsx'
37-
import { EpicShop } from './epicshop.tsx'
3837
import fontStylestylesheetUrl from './styles/font.css'
3938
import tailwindStylesheetUrl from './styles/tailwind.css'
4039
import { getUserId } from './utils/auth.server.ts'
@@ -159,7 +158,6 @@ function Document({
159158
<Toaster closeButton position="top-center" />
160159
<ScrollRestoration />
161160
<Scripts />
162-
<EpicShop />
163161
<LiveReload />
164162
</body>
165163
</html>

exercises/01.e2e/01.solution.playwright/app/epicshop.tsx

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

exercises/01.e2e/01.solution.playwright/app/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import { SearchBar } from './components/search-bar.tsx'
3434
import { Spacer } from './components/spacer.tsx'
3535
import { Button } from './components/ui/button.tsx'
3636
import { Icon } from './components/ui/icon.tsx'
37-
import { EpicShop } from './epicshop.tsx'
3837
import fontStylestylesheetUrl from './styles/font.css'
3938
import tailwindStylesheetUrl from './styles/tailwind.css'
4039
import { getUserId } from './utils/auth.server.ts'
@@ -159,7 +158,6 @@ function Document({
159158
<Toaster closeButton position="top-center" />
160159
<ScrollRestoration />
161160
<Scripts />
162-
<EpicShop />
163161
<LiveReload />
164162
</body>
165163
</html>

exercises/01.e2e/02.problem.insert-user/app/epicshop.tsx

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

exercises/01.e2e/02.problem.insert-user/app/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import { SearchBar } from './components/search-bar.tsx'
3434
import { Spacer } from './components/spacer.tsx'
3535
import { Button } from './components/ui/button.tsx'
3636
import { Icon } from './components/ui/icon.tsx'
37-
import { EpicShop } from './epicshop.tsx'
3837
import fontStylestylesheetUrl from './styles/font.css'
3938
import tailwindStylesheetUrl from './styles/tailwind.css'
4039
import { getUserId } from './utils/auth.server.ts'
@@ -159,7 +158,6 @@ function Document({
159158
<Toaster closeButton position="top-center" />
160159
<ScrollRestoration />
161160
<Scripts />
162-
<EpicShop />
163161
<LiveReload />
164162
</body>
165163
</html>

exercises/01.e2e/02.solution.insert-user/app/epicshop.tsx

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

exercises/01.e2e/02.solution.insert-user/app/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import { SearchBar } from './components/search-bar.tsx'
3434
import { Spacer } from './components/spacer.tsx'
3535
import { Button } from './components/ui/button.tsx'
3636
import { Icon } from './components/ui/icon.tsx'
37-
import { EpicShop } from './epicshop.tsx'
3837
import fontStylestylesheetUrl from './styles/font.css'
3938
import tailwindStylesheetUrl from './styles/tailwind.css'
4039
import { getUserId } from './utils/auth.server.ts'
@@ -159,7 +158,6 @@ function Document({
159158
<Toaster closeButton position="top-center" />
160159
<ScrollRestoration />
161160
<Scripts />
162-
<EpicShop />
163161
<LiveReload />
164162
</body>
165163
</html>

exercises/01.e2e/03.problem.cleanup/app/epicshop.tsx

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

exercises/01.e2e/03.problem.cleanup/app/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import { SearchBar } from './components/search-bar.tsx'
3434
import { Spacer } from './components/spacer.tsx'
3535
import { Button } from './components/ui/button.tsx'
3636
import { Icon } from './components/ui/icon.tsx'
37-
import { EpicShop } from './epicshop.tsx'
3837
import fontStylestylesheetUrl from './styles/font.css'
3938
import tailwindStylesheetUrl from './styles/tailwind.css'
4039
import { getUserId } from './utils/auth.server.ts'
@@ -159,7 +158,6 @@ function Document({
159158
<Toaster closeButton position="top-center" />
160159
<ScrollRestoration />
161160
<Scripts />
162-
<EpicShop />
163161
<LiveReload />
164162
</body>
165163
</html>

0 commit comments

Comments
 (0)