Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Mar 4, 2024
1 parent 3d8b079 commit c690bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { useFixtureInput } from 'react-cosmos-renderer/client.js';
import { useFixtureInput } from 'react-cosmos/client';
import { DEFAULT_DEVICES, DEFAULT_VIEWPORT_STATE } from '../shared.js';
import { ResponsiveHeader } from './ResponsiveHeader.js';
import { getViewportScaleFactor } from './style.js';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { useFixtureInput } from 'react-cosmos-renderer/client.js';
import { useFixtureInput } from 'react-cosmos/client';
import styled from 'styled-components';
import { DEFAULT_DEVICES, DEFAULT_VIEWPORT_STATE } from '../shared.js';
import { ResponsivePreview } from './ResponsivePreview.js';
Expand Down

0 comments on commit c690bb2

Please sign in to comment.