Skip to content

Commit

Permalink
Removing code from other issue
Browse files Browse the repository at this point in the history
  • Loading branch information
onetrickwolf committed Jun 21, 2023
1 parent 1b89229 commit 6385831
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 593 deletions.
10 changes: 0 additions & 10 deletions website-swc/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {Transfer} from "./tabs/develop/Transfer";
import {VerifyMessage} from "./tabs/account/VerifyMessage";
import {Join} from "./tabs/develop/Join";
import {Split} from "./tabs/develop/Split";
import {ProgramToForm} from "./tabs/brent/ProgramToForm";

const {Header, Content, Footer} = Layout;

Expand All @@ -37,7 +36,6 @@ function App() {
<Menu.Item key="4" onClick={() => setMenuIndex(3)}>Advanced</Menu.Item>
<Menu.Item key="5" onClick={() => setMenuIndex(4)}>Develop</Menu.Item>
<Menu.Item key="6" onClick={() => setMenuIndex(5)}>Transfer</Menu.Item>
<Menu.Item key="7" onClick={() => setMenuIndex(6)}>Brent's Test</Menu.Item>
</Menu>
</Header>
<Content style={{padding: '50px 50px'}}>
Expand Down Expand Up @@ -101,14 +99,6 @@ function App() {
<Join/>
</>
}
{
menuIndex === 6 &&
<>
{/*<BrentTest/>*/}
{/*<br/>*/}
<ProgramToForm/>
</>
}
</Content>
<Footer style={{textAlign: 'center'}}>Visit the <a href="https://github.com/AleoHQ/sdk">Aleo Github
repo</a>.</Footer>
Expand Down
125 changes: 0 additions & 125 deletions website-swc/src/tabs/brent/BrentTest.jsx

This file was deleted.

161 changes: 0 additions & 161 deletions website-swc/src/tabs/brent/ProgramToForm.jsx

This file was deleted.

11 changes: 0 additions & 11 deletions website/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import {Transfer} from "./tabs/develop/Transfer";
import {VerifyMessage} from "./tabs/account/VerifyMessage";
import {Join} from "./tabs/develop/Join";
import {Split} from "./tabs/develop/Split";
import {BrentTest} from "./tabs/brent/BrentTest";
import {ProgramToForm} from "./tabs/brent/ProgramToForm";

const {Header, Content, Footer} = Layout;

Expand All @@ -38,7 +36,6 @@ function App() {
<Menu.Item key="4" onClick={() => setMenuIndex(3)}>Advanced</Menu.Item>
<Menu.Item key="5" onClick={() => setMenuIndex(4)}>Develop</Menu.Item>
<Menu.Item key="6" onClick={() => setMenuIndex(5)}>Transfer</Menu.Item>
<Menu.Item key="7" onClick={() => setMenuIndex(6)}>Brent's Test</Menu.Item>
</Menu>
</Header>
<Content style={{padding: '50px 50px'}}>
Expand Down Expand Up @@ -102,14 +99,6 @@ function App() {
<Join/>
</>
}
{
menuIndex === 6 &&
<>
{/*<BrentTest/>*/}
{/*<br/>*/}
<ProgramToForm/>
</>
}
</Content>
<Footer style={{textAlign: 'center'}}>Visit the <a href="https://github.com/AleoHQ/sdk">Aleo Github
repo</a>.</Footer>
Expand Down
Loading

0 comments on commit 6385831

Please sign in to comment.