Skip to content

Commit 4b04494

Browse files
committed
importを1つに
1 parent 3878e6b commit 4b04494

File tree

13 files changed

+2
-12
lines changed

13 files changed

+2
-12
lines changed

docs/1-trial-session/02-html/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: HTML
33
---
44

5-
import { Sandpack } from "@codesandbox/sandpack-react";
65
import createFileVideo from "./create-file.mp4";
76
import openInBrowserVideo from "./open-in-browser.mp4";
87
import showFileExtensionsVideo from "./show-file-extensions.mp4";

docs/1-trial-session/03-css/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: CSS
33
---
44

5-
import { Sandpack } from "@codesandbox/sandpack-react";
65
import yellowHelloCssHtml from "!!raw-loader!./_samples/yellow-hello-css/index.html";
76
import yellowHelloCssCss from "!!raw-loader!./_samples/yellow-hello-css/style.css";
87
import fooHtml from "!!raw-loader!./_samples/foo/index.html";

docs/1-trial-session/06-variables/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: 変数
33
---
44

5-
import { Sandpack } from "@codesandbox/sandpack-react";
65
import counterHtml from "!!raw-loader!./_samples/counter/index.html";
76
import counterJs from "!!raw-loader!./_samples/counter/script.js";
87

docs/1-trial-session/07-boolean/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: 論理値と論理演算子
33
---
44

5-
import { Sandpack } from "@codesandbox/sandpack-react";
65
import quizShowHtml from "!!raw-loader!./_samples/quiz-show/index.html";
76
import quizShowJs from "!!raw-loader!./_samples/quiz-show/script.js";
87

docs/1-trial-session/08-if-statement/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: 条件分岐
33
---
44

5-
import { Sandpack } from "@codesandbox/sandpack-react";
65
import theRightToVoteHtml from "!!raw-loader!./_samples/the-right-to-vote/index.html";
76
import theRightToVoteJs from "!!raw-loader!./_samples/the-right-to-vote/script.js";
87

docs/1-trial-session/09-functions/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: 関数
33
---
44

5-
import { Sandpack } from "@codesandbox/sandpack-react";
65
import returnValueVideo from "./return-value.mp4";
76
import multiplyHtml from "!!raw-loader!./_samples/multiply/index.html";
87
import multiplyJs from "!!raw-loader!./_samples/multiply/script.js";

docs/1-trial-session/10-loop/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: 繰り返し
33
---
44

5-
import { Sandpack } from "@codesandbox/sandpack-react";
65
import whileLoopVideo from "./while-loop.mp4";
76
import answerWhileHtml from "!!raw-loader!./_samples/answer-while/index.html";
87
import answerWhileJs from "!!raw-loader!./_samples/answer-while/script.js";

docs/1-trial-session/11-array/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: 配列
33
---
44

5-
import { Sandpack } from "@codesandbox/sandpack-react";
65
import arrayHtml from "!!raw-loader!./_samples/array/index.html";
76
import arrayJs from "!!raw-loader!./_samples/array/script.js";
87
import arraySumForOfHtml from "!!raw-loader!./_samples/array-sum-for-of/index.html";

docs/1-trial-session/12-object/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: オブジェクト
33
---
44

5-
import { Sandpack } from "@codesandbox/sandpack-react";
65
import createUserObjectHtml from "!!raw-loader!./_samples/create-user-object/index.html";
76
import createUserObjectJs from "!!raw-loader!./_samples/create-user-object/script.js";
87
import changeBioPropertyHtml from "!!raw-loader!./_samples/change-bio-property/index.html";

docs/1-trial-session/13-dom/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: DOM
33
---
44

5-
import { Sandpack } from "@codesandbox/sandpack-react";
65
import goodEveningHtml from "!!raw-loader!./_samples/good-evening/index.html";
76
import goodEveningJs from "!!raw-loader!./_samples/good-evening/script.js";
87
import changeStylesHtml from "!!raw-loader!./_samples/change-styles/index.html";

0 commit comments

Comments
 (0)