File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
src/routes/(console)/project-[region]-[project]/settings Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
+ import { goto } from ' $app/navigation' ;
2
3
import { base } from ' $app/paths' ;
4
+ import { Submit , trackEvent , trackError } from ' $lib/actions/analytics' ;
5
+ import { BoxAvatar , Confirm , CardGrid } from ' $lib/components' ;
6
+ import { Button , InputText } from ' $lib/elements/forms' ;
7
+ import { toLocaleDateTime } from ' $lib/helpers/date' ;
8
+ import { addNotification } from ' $lib/stores/notifications' ;
3
9
import { sdk } from ' $lib/stores/sdk' ;
4
10
import { isCloud } from ' $lib/system' ;
5
- import { goto } from ' $app/navigation' ;
6
- import { Confirm } from ' $lib/components' ;
7
11
import { project , projectRegion } from ' ../store' ;
8
- import { toLocaleDateTime } from ' $lib/helpers/date' ;
9
- import { BoxAvatar , CardGrid } from ' $lib/components' ;
10
- import { Button , InputText } from ' $lib/elements/forms' ;
11
12
import { organization } from ' $lib/stores/organization' ;
12
- import { addNotification } from ' $lib/stores/notifications' ;
13
- import { Submit , trackEvent , trackError } from ' $lib/actions/analytics' ;
14
13
15
14
let error: string ;
16
15
let showDelete = false ;
You can’t perform that action at this time.
0 commit comments