Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
feedthejim committed May 1, 2023
1 parent c1c7c23 commit 6057337
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ import {
} from '../../app-router-headers'
import { createRecordFromThenable } from '../create-record-from-thenable'
import { readRecordValue } from '../read-record-value'
import { createFromFetch } from 'next/dist/compiled/react-server-dom-webpack/client'
import { encodeReply } from 'next/dist/compiled/react-server-dom-webpack/client'
// eslint-disable-next-line import/no-extraneous-dependencies
import { createFromFetch } from 'react-server-dom-webpack/client'
// eslint-disable-next-line import/no-extraneous-dependencies
import { encodeReply } from 'react-server-dom-webpack/client'

import {
PrefetchKind,
Expand Down

0 comments on commit 6057337

Please sign in to comment.