Advertisement
repente

Untitled

May 14th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. "use strict";
  2.  
  3. import m from "mithril";
  4. import { search } from "./views/search";
  5. import { computerForm } from "./views/computer";
  6.  
  7.  
  8. m.mount(document.body, computerForm);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement