Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions frontend/src/App-unifyre.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions frontend/src/App.tsx

This file was deleted.

20 changes: 10 additions & 10 deletions frontend/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App-web3';
import * as serviceWorker from './serviceWorker';
import './fonts/SawarabiGothic-Regular.ttf';
import { BackendMode } from './common/Utils';
import React from "react";
import ReactDOM from "react-dom";
import "./index.css";
import App from "./App-web3";
import * as serviceWorker from "./serviceWorker";
import "./fonts/SawarabiGothic-Regular.ttf";
import { BackendMode } from "./common/Utils";

BackendMode.mode = 'web3';
BackendMode.app = 'staking';
BackendMode.mode = "web3";
BackendMode.app = "staking";

ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById('root')
document.getElementById("root")
);

// If you want your app to work offline and load faster, you can change
Expand Down
109 changes: 0 additions & 109 deletions frontend/src/pages/dashboard/DashboardContainer.tsx

This file was deleted.

Loading