mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
05.40.2019 c4511fbc27438a1e8196a0fd41b02772984026fe
1
2
3
4
5
6
7
8
import React from 'react';
import I18n from "./translation/I18n";
 
const Loading = (props) => <div>
        <i><I18n name={'common.loading'}/></i>
    </div>
 
export default Loading;