Skip to content

Commit

Permalink
Merge branch 'update/move-demo-components'
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Nov 27, 2024
2 parents f4702f8 + 7544865 commit d452d9f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</template>

<script setup lang="ts">
import CopyCode from './CopyCode.vue';
import SignIn from './SignIn.vue';
import SignUp from './SignUp.vue';
import CopyCode from '@/components/CopyCode.vue';
const code = `
<div class="grid md:grid-cols-2 items-center justify-center gap-4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</template>

<script setup lang="ts">
import CopyCode from './CopyCode.vue';
import CopyCode from '@/components/CopyCode.vue';
const code = `
<div class="flex flex-wrap gap-2 justify-center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<script setup lang="ts">
import { ArrowRight, Dot } from 'lucide-vue-next';
import CopyCode from './CopyCode.vue';
import CopyCode from '@/components/CopyCode.vue';
const code = `
<div class="gap-4 flex items-start max-sm:flex-col justify-center">
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
</template>

<script setup lang="ts">
import CopyCode from './CopyCode.vue';
import CopyCode from '@/components/CopyCode.vue';
const code = `
<div class="flex gap-4 w-full justify-center flex-wrap">
<div
Expand Down

0 comments on commit d452d9f

Please sign in to comment.