Skip to content

Commit b4ce8c4

Browse files
committed
Remove InertiaLink import
1 parent 20bdede commit b4ce8c4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/inertiajs-stubs/resources/js/Shared/Layout.vue

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<inertia-link class="nav-link" href="/contact">Contact</inertia-link>
2020
</li>
2121
</ul>
22-
22+
2323
</div>
2424
</div>
2525
</nav>
@@ -37,13 +37,3 @@
3737
</main>
3838
</div>
3939
</template>
40-
41-
<script>
42-
import { InertiaLink } from 'inertia-vue'
43-
44-
export default {
45-
components: {
46-
InertiaLink,
47-
},
48-
}
49-
</script>

0 commit comments

Comments
 (0)