1
0
Fork 0

sparkles: Cleaned up examples a bit

This commit is contained in:
Joost De Cock 2019-01-30 14:21:59 +01:00
parent c228184d20
commit 7877a1fa4a
30 changed files with 563 additions and 409 deletions

View file

@ -1,8 +1,7 @@
import { box } from "./shared";
export default part => {
// prettier-ignore
let {Point, points, Snippet, snippets, macro} = part.shorthand();
let { Point, points, Snippet, snippets } = part.shorthand();
box(part);