Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
move utils to lib forlder
Browse files Browse the repository at this point in the history
  • Loading branch information
empeje committed Jul 17, 2019
1 parent e012a30 commit 2cb17a2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@danacita/mentari",
"description": "Dana Cita UI Kit",
"version": "0.23.2",
"version": "0.23.3",
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/FileUploader/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* eslint-disable jsx-a11y/label-has-for */
import React, { Component, Fragment } from 'react';
import PropTypes from 'prop-types';
import { getGoogleStorageFilename } from '../../utils/urlParser';
import { getGoogleStorageFilename } from '../utils/urlParser';
import Color from '../Styles/bases/Color';
import { InputWrapper, IconSuccess } from './Styled';
import Check from './iconCheckmark.svg';
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2cb17a2

Please sign in to comment.