diff --git a/src/views/Presentation/PresentationView.vue b/src/views/Presentation/PresentationView.vue index 8f83cfa..fdaca58 100644 --- a/src/views/Presentation/PresentationView.vue +++ b/src/views/Presentation/PresentationView.vue @@ -23,6 +23,7 @@ import Header from "../../examples/Header.vue"; // sections import PresentationCounter from "./Sections/PresentationCounter.vue"; +import PresentationSearch from "./Sections/PresentationSearch.vue"; //images @@ -92,11 +93,8 @@ export default {
- - - - - + +
diff --git a/src/views/Presentation/Sections/PresentationSearch.vue b/src/views/Presentation/Sections/PresentationSearch.vue new file mode 100644 index 0000000..cab831a --- /dev/null +++ b/src/views/Presentation/Sections/PresentationSearch.vue @@ -0,0 +1,10 @@ + + + + \ No newline at end of file