Skip to content

Commit 08d48a6

Browse files
Locales missing - fix
1 parent b8dcd68 commit 08d48a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wniemiec-component-reactnative/weekday-selector",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Component that lets you select days of the week",
55
"main": "index.js",
66
"repository": {

src/WeekdaySelector/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import React, { useEffect, useState } from 'react';
1212
import { View } from 'react-native';
1313
import styles from './styles';
1414
import SelectableButton from '@wniemiec-component-reactnative/selectable-button';
15-
import { translate } from './locales';
15+
import { translate } from '../locales';
1616

1717
/**
1818
* Component that lets you select days of the week.

0 commit comments

Comments
 (0)