Companys are now listing on the companies page.

This commit is contained in:
2026-02-13 17:01:42 -06:00
parent 1a45f708ec
commit 6b176196d3
9 changed files with 304 additions and 250 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
// place files you want to import through the `$lib` alias in this folder.
/**
* @TODO MAKE THIS WORK
*/
//export * from "./axios";
export * from "./axios";
export * from "./user";
export * from "./companies";
/**
* @TODO