1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
pixelfed_ynh/resources/assets/js/components/SearchResults.vue
2019-02-22 13:51:17 -07:00

15 lines
No EOL
198 B
Vue

<template>
<div class="container">
<p class="h1">search results here</p>
</div>
</template>
<style type="text/css" scoped>
</style>
<script type="text/javascript">
export default {
}
</script>