Skip to content

Commit

Permalink
refactor: Change to mutant-ws/m
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Mar 25, 2020
1 parent ea3ae0e commit 19d6fc3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/app/app.container.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from "prop-types"
import glob from "glob"
import { fork } from "child_process"
import { basename } from "path"
import { has, forEach, reduce, map } from "@mutantlove/m"
import { has, forEach, reduce, map } from "@mutant-ws/m"

import { AppView } from "./app.view"

Expand Down
2 changes: 1 addition & 1 deletion src/app/app.view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
filter,
contains,
countWith,
} from "@mutantlove/m"
} from "@mutant-ws/m"

import { UIFile } from "../ui/file/file"
import { UIList } from "../ui/list/list"
Expand Down
2 changes: 1 addition & 1 deletion src/ui/debug/debug.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import React from "react"
import PropTypes from "prop-types"
import { map, pipe, join } from "@mutantlove/m"
import { map, pipe, join } from "@mutant-ws/m"

import * as style from "./debug.style"

Expand Down
2 changes: 1 addition & 1 deletion src/ui/input/input.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useRef, useEffect } from "react"
import PropTypes from "prop-types"
import { isEmpty, is } from "@mutantlove/m"
import { isEmpty, is } from "@mutant-ws/m"

import { labelStyle, inputStyle, wrapperStyle } from "./input.style"

Expand Down
2 changes: 1 addition & 1 deletion src/ui/list/list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
tail,
isEmpty,
is,
} from "@mutantlove/m"
} from "@mutant-ws/m"

import { UIListItem } from "./list__item"

Expand Down
2 changes: 1 addition & 1 deletion src/ui/status/status.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState, useEffect } from "react"
import PropTypes from "prop-types"
import figures from "figures"
import { is } from "@mutantlove/m"
import { is } from "@mutant-ws/m"

import * as style from "./status.style"

Expand Down

0 comments on commit 19d6fc3

Please sign in to comment.