mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-11 12:53:12 +00:00
Update test api to TypeScript for better type handling
This commit is contained in:
parent
04f7d40e52
commit
4f0ecd33e4
7 changed files with 26 additions and 31 deletions
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
import { getAnnouncements } from '%/lib/test-api.js';
|
||||
import { getAnnouncements } from '%/lib/test-api.ts';
|
||||
|
||||
let announcement = getAnnouncements();
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue