start client api

This commit is contained in:
Avad3 2024-05-27 17:11:45 -04:00
parent 9f2ad08edf
commit 7433e0a7ff
7 changed files with 131 additions and 10 deletions

View file

@ -0,0 +1,8 @@
import "./location";
import "./storage";
declare global {
interface Window {
__location: Location;
}
}