- prepare project for using tailwind with postcss configuration files

- change linl to backend login
- change copyright hint with actual year
This commit is contained in:
Kaimbacher 2024-03-18 10:04:36 +01:00
parent 59a83c1978
commit 315eabf3bb
15 changed files with 701 additions and 11822 deletions

View file

@ -151,6 +151,8 @@
<script lang="ts">
import SearchViewComponent from "./search-view-component";
export default SearchViewComponent;
// import tailwind ss
import "@/index.css";
</script>
<style scoped></style>