Rename Element client file

This commit is contained in:
J. Ryan Stinnett 2020-09-29 16:41:28 +01:00
parent 3f2fa42b93
commit 2eed84fc23
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
import { Client } from './types';
import Element, { ElementDevelop } from './Element.io';
import Element, { ElementDevelop } from './Element';
import Weechat from './Weechat';
import Nheko from './Nheko';
import Fractal from './Fractal';