blob: 3a49485906336a4a41d444a64c83fd074bed153a (
plain)
1
2
3
4
5
6
7
8
|
import { with_type } from 'app/api/crud.types'
export const site = with_type('site', [
'set_site_title', 'loading', 'loaded', 'error',
'load_site', 'interact', 'set_popups',
])
export const init = '@@INIT'
|