Skip to content

Commit

Permalink
Revert testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewilson committed Nov 17, 2023
1 parent d48ea5b commit a8bdc5d
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 156 deletions.
6 changes: 0 additions & 6 deletions examples/next/app-router/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ import Link from 'next/link';
import { FaustProvider } from '@faustwp/experimental-app-router';
import '@/faust.config.js';

import { loadErrorMessages, loadDevMessages } from '@apollo/client/dev';

// Adds messages only in a dev environment
loadDevMessages();
loadErrorMessages();

export default async function RootLayout({ children }) {
const client = await getClient();

Expand Down
17 changes: 0 additions & 17 deletions examples/next/app-router/app/testing/page.tsx

This file was deleted.

275 changes: 142 additions & 133 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8bdc5d

Please sign in to comment.