Supported public vs internal application comments, and moved some type dependencies to the shared lib
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script setup>
|
||||
import { getAllApplications, approveApplication, denyApplication, ApplicationStatus, loadMyApplications } from '@/api/application';
|
||||
import { loadMyApplications } from '@/api/application';
|
||||
import { ApplicationStatus } from '@shared/types/application';
|
||||
import {
|
||||
Table,
|
||||
TableBody,
|
||||
|
||||
Reference in New Issue
Block a user