remove frontend files
This commit is contained in:
parent
0320fa59f6
commit
1a6c9baf1f
@ -1,6 +0,0 @@
|
||||
<!doctype>
|
||||
<html>
|
||||
<body>
|
||||
<h1>Hello world!</h1>
|
||||
</body>
|
||||
</html>
|
@ -1,18 +0,0 @@
|
||||
import Aragon from '@aragon/client'
|
||||
|
||||
const app = new Aragon()
|
||||
|
||||
const initialState = {
|
||||
dummyValue: 0
|
||||
}
|
||||
|
||||
app.store((state, event) => {
|
||||
if (state === null) state = initialState
|
||||
|
||||
switch (event.event) {
|
||||
case 'DummyEvent':
|
||||
return { dummyValue: 1 }
|
||||
default:
|
||||
return state
|
||||
}
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user