diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-17 18:11:26 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-17 18:11:26 +0100 |
| commit | d165a0727e42349d935ab3ee287242f1e5029742 (patch) | |
| tree | b4fa68209127efdd4eb46c82eaef280535692611 /frontend/site/types.js | |
| parent | 92566ba17f5e921d5bff1f3fb4e4b0d92ca4fd39 (diff) | |
frontend. export/view button. interactivity sanity check
Diffstat (limited to 'frontend/site/types.js')
| -rw-r--r-- | frontend/site/types.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/site/types.js b/frontend/site/types.js index 23bed98..4ab897f 100644 --- a/frontend/site/types.js +++ b/frontend/site/types.js @@ -1,7 +1,7 @@ -import { with_type, crud_type } from 'app/api/crud.types' +import { with_type } from 'app/api/crud.types' export const site = with_type('site', [ - 'set_site_title', 'loading', 'loaded', 'error', + 'set_site_title', 'loading', 'loaded', 'error', 'interact' ]) export const system = with_type('system', [ |
