Skip to content

Commit

Permalink
fix: better naming for theme module
Browse files Browse the repository at this point in the history
  • Loading branch information
sombreroEnPuntas committed Jan 3, 2020
1 parent 4d33c43 commit 2c62056
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Box.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { render } from '@testing-library/react'

// Dependencies
import { ThemeWrapper } from '../styleguide/ThemeWrapper'
import { ThemeWrapper } from '../theme/ThemeWrapper'

// Unit
import Box from './Box'
Expand Down
2 changes: 1 addition & 1 deletion src/components/Button.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { render } from '@testing-library/react'

// Dependencies
import { ThemeWrapper } from '../styleguide/ThemeWrapper'
import { ThemeWrapper } from '../theme/ThemeWrapper'

// Unit
import Button from './Button'
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path')

module.exports = {
styleguideComponents: {
Wrapper: path.join(__dirname, 'src/styleguide/ThemeWrapper'),
Wrapper: path.join(__dirname, 'src/theme/ThemeWrapper'),
},
template: {
head: {
Expand Down

0 comments on commit 2c62056

Please sign in to comment.