Skip to content

Commit

Permalink
Update Walkthrough.md, LogMonitor and DockMonitor should not imported…
Browse files Browse the repository at this point in the history
… as default members
  • Loading branch information
s0h311 authored Jan 23, 2025
1 parent 5b33056 commit 767fdfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import React from 'react';
import { createDevTools } from '@redux-devtools/core';

// Monitors are separate packages, and you can make a custom one
import LogMonitor from '@redux-devtools/log-monitor';
import DockMonitor from '@redux-devtools/dock-monitor';
import { LogMonitor } from '@redux-devtools/log-monitor';
import { DockMonitor } from '@redux-devtools/dock-monitor';

// createDevTools takes a monitor and produces a DevTools component
const DevTools = createDevTools(
Expand Down

0 comments on commit 767fdfe

Please sign in to comment.