Skip to content

Commit

Permalink
Fix incorrect nextjs-adapter import #517
Browse files Browse the repository at this point in the history
  • Loading branch information
pmi committed Jan 19, 2023
1 parent 4bb6143 commit 93c1dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Header from '../components/views/Header';
import Footer from '../components/views/Footer';
import {FetchContentResult, RENDER_MODE, XP_REQUEST_TYPE} from '@enonic/nextjs-adapter';
import {getUrl} from '@enonic/nextjs-adapter/UrlProcessor';
import StaticContent from '../../../nextjs-adapter/views/StaticContent';
import StaticContent from '@enonic/nextjs-adapter/views/StaticContent';

/**
* Wraps all rendered components
Expand Down

0 comments on commit 93c1dd4

Please sign in to comment.