mirror of
https://github.com/fluencelabs/fluid
synced 2025-04-24 14:22:18 +00:00
rename dir
This commit is contained in:
parent
beea616e8b
commit
bf5dae8fbb
@ -1,4 +1,4 @@
|
||||
import {getMessages, saveMessage} from "../utils/api";
|
||||
import {getMessages, saveMessage} from "../fluence/api";
|
||||
import { showLoading, hideLoading } from "react-redux-loading-bar";
|
||||
|
||||
export const ADD_MESSAGE = "ADD_MESSAGE";
|
||||
|
@ -1,6 +1,6 @@
|
||||
import React, {Component} from "react";
|
||||
import {connect} from "react-redux";
|
||||
import {toggleConnection} from "../utils/api";
|
||||
import {toggleConnection} from "../fluence/api";
|
||||
|
||||
class ConnectionToggle extends Component {
|
||||
constructor(props) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user