snack-news / Snack-FE

2 stars 0 forks source link

add github-bot-madgerc.js #238

Closed chul-hyun closed 4 years ago

madge-github-bot[bot] commented 4 years ago

changes to file dependencies.

File dependencies Diff

+digraph G {
+  "common/global.css";
+  "common/index.ts";
+  "index.tsx";
+  "routes/index.tsx";
+  "stores/index.ts";
+  "common/index.ts" -> "common/global.css";
+  "index.tsx" -> "routes/index.tsx";
+  "index.tsx" -> "stores/index.ts";
+  "routes/index.tsx" -> "common/index.ts";
+}

viewer viewer (changed)