Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Jul 28, 2023
1 parent 4714107 commit a2b8bd8
Show file tree
Hide file tree
Showing 7 changed files with 288 additions and 292 deletions.
566 changes: 286 additions & 280 deletions composer.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion resources/js/Pages/Public/Bcr/Projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@

<script setup>
/** Remove this import after backend connection. */
import projects from '@/local_json/projects.js';
/** Import from vue. */
import { ref } from 'vue';
Expand Down
2 changes: 0 additions & 2 deletions resources/js/Pages/Public/Donor/Donor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
</template>

<script setup>
/** Remove this import after backend connection. */
import project from '@/local_json/project.js';
/** Import from inertia. */
import {Head, Link, useForm} from '@inertiajs/vue3';
Expand Down
3 changes: 1 addition & 2 deletions resources/js/Pages/Public/Donor/ThankYou.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@
</template>

<script setup>
/** Remove this import after backend connection. */
import project from '@/local_json/project.js';
/** Import from inertia. */
import { Head, Link } from '@inertiajs/vue3';
Expand Down
3 changes: 1 addition & 2 deletions resources/js/Pages/Public/Projects/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
</template>

<script setup>
/** Remove this import after backend connection. */
import project from '@/local_json/project.js';
/** Import from inertia. */
import { Head } from '@inertiajs/vue3';
Expand Down
3 changes: 0 additions & 3 deletions resources/js/Pages/Public/Website/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
</template>

<script setup>
/** Remove this import after backend connection. */
import project from '@/local_json/project.js';
/** Import from inertia. */
import { Head, Link } from '@inertiajs/vue3';
Expand Down
2 changes: 0 additions & 2 deletions resources/js/Pages/Public/Website/Policy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
</template>

<script setup>
/** Remove this import after backend connection. */
import project from '@/local_json/project.js';
/** Import from inertia. */
import { Head, Link } from '@inertiajs/vue3';
Expand Down

0 comments on commit a2b8bd8

Please sign in to comment.