Skip to content

Commit

Permalink
native app build'
Browse files Browse the repository at this point in the history
  • Loading branch information
balbatross committed Nov 16, 2023
1 parent 31658a8 commit ad1e063
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions packages/clients/native-app-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
"build": "node move-binary.js && react-app-rewired build",
"tauri": "tauri"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
Expand Down
6 changes: 0 additions & 6 deletions packages/clients/native-app-client/src/views/setup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@ export const SetupView = (props: any) => {

const { authState, updateAuthState, setAuthState, globalState, updateGlobalState } = useContext(DataContext);

// const [ state, setState ] = useState<any>({
// discoveryServer: 'https://discovery.hexhive.io'
// });

const [activeIndex, setActiveIndex] = useState(0);

console.log({ globalState })

const steps = [
{
label: "Persistence",
Expand Down

0 comments on commit ad1e063

Please sign in to comment.