blob: a83febe7f5b1c48a2051dad99b2f5b351fbd46cd (
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',
])
export const init = '@@INIT'
|