Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pages/_work/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,10 @@
import scrollama from "scrollama";
import debounce from "lodash/debounce";
import get from "lodash/get";
import scrollama from "scrollama";
import Config from "~/assets/config";
import WorkHero from "@/components/Sections/Work/WorkHero";
import LazyImage from "@/components/UI/LazyImage";
import Defer from "@/mixins/Defer";
import scrollama from "scrollama";
let scroller, steps;

export default {
Expand Down
2 changes: 0 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@
<script>
import scrollama from "scrollama";
import debounce from "lodash/debounce";
import scrollama from "scrollama";
import HeroSection from "@/components/Sections/Home/HeroSection";
import Config from "~/assets/config";
import get from "lodash/get";
import Defer from "@/mixins/Defer";
import scrollama from "scrollama";
let scroller, steps;

export default {
Expand Down
2 changes: 0 additions & 2 deletions pages/marketing/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,11 @@
<script>
import scrollama from "scrollama";
import debounce from "lodash/debounce";
import scrollama from "scrollama";
import Config from "~/assets/config";
import WorkHero from "@/components/Sections/Work/WorkHero";
import LazyImage from "@/components/UI/LazyImage";
import get from "lodash/get";
import Defer from "@/mixins/Defer";
import scrollama from "scrollama";
let scroller, steps;

export default {
Expand Down
2 changes: 0 additions & 2 deletions pages/private/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,11 @@
<script>
import scrollama from "scrollama";
import debounce from "lodash/debounce";
import scrollama from "scrollama";
import Config from "~/assets/config";
import WorkHero from "@/components/Sections/Work/WorkHero";
import LazyImage from "@/components/UI/LazyImage";
import get from "lodash/get";
import Defer from "@/mixins/Defer";
import scrollama from "scrollama";
let scroller, steps;

export default {
Expand Down