Skip to content

Commit

Permalink
RSC fix: setup description (#8906)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Jul 14, 2023
1 parent fcd7c39 commit b11bd72
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/cli/src/commands/experimental/setupRscHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ import { getPaths, writeFile } from '../../lib'
import c from '../../lib/colors'
import { isTypeScriptProject } from '../../lib/project'

import {
command,
description,
EXPERIMENTAL_TOPIC_ID,
} from './setupStreamingSsr'
import { command, description, EXPERIMENTAL_TOPIC_ID } from './setupRsc'
import { printTaskEpilogue } from './util'

export const handler = async ({ force, verbose }) => {
Expand Down

0 comments on commit b11bd72

Please sign in to comment.