diff --git a/src/desktop/Content.vue b/src/desktop/Content.vue index 852db90..22fdbb3 100644 --- a/src/desktop/Content.vue +++ b/src/desktop/Content.vue @@ -3,6 +3,7 @@ import { code } from "../composables/code" import CodeSection from "./CodeSection.vue" import InputSection from "./InputSection.vue" import OutputSection from "./OutputSection.vue" +import SqlSection from "./SqlSection.vue" import TurtleSection from "./TurtleSection.vue" @@ -14,7 +15,7 @@ import TurtleSection from "./TurtleSection.vue" - + + diff --git a/src/desktop/SqlSection.vue b/src/desktop/SqlSection.vue new file mode 100644 index 0000000..c32f985 --- /dev/null +++ b/src/desktop/SqlSection.vue @@ -0,0 +1,55 @@ + + + + +