From c15ad1826ba9e0f3a73666720e0a875f4f890f42 Mon Sep 17 00:00:00 2001 From: ghiippiez <35843853+ghiippiez@users.noreply.github.com> Date: Wed, 27 Jun 2018 16:49:50 +0700 Subject: [PATCH] edit comment in index.ts --- th/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/th/index.ts b/th/index.ts index 7b62650be..cf87b0aa3 100644 --- a/th/index.ts +++ b/th/index.ts @@ -1,5 +1,5 @@ -// TODO: ตรงนี้ไม่ควรอิมพอร์ตด้วยตัวเอง ควรโหลดแค่ทั้งหมดไฟล์ที่เป็น .md พอ -// ไฟล์ต่างๆ จากตำแหน่งที่คล้ายกัน... ซึ่งอาจต้องทำผ่าน webpack +// TODO: Shouldn't have to import stuff manually here, should just load all .md +// files from the relevant locations... probably need to do that via webpack. // lesson 1 import l1_overview from './1/00-overview.md'