-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bba9b9d
commit bb5a746
Showing
9 changed files
with
991 additions
and
3,535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
import { menu } from "./Menu" | ||
import debug from "@wbe/debug" | ||
import {menu} from "./Menu" | ||
import debug, {couleur} from "@wbe/debug" | ||
|
||
const log = debug("front:index") | ||
|
||
log("index log", {props: "foo"}); | ||
log("test 2"); | ||
log("index log", {props: "foo"}) | ||
log("test 2") | ||
|
||
console.log(couleur.bold("hello bold")) | ||
menu() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ | |
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@wbe/debug": "^1.0.2" | ||
"@wbe/debug": "latest" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.