File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,17 @@ import { docs } from "./docs";
44import { init_ai } from "./guides/init_ai" ;
55import { init_auth } from "./guides/init_auth" ;
66import { init_backend } from "./guides/init_backend" ;
7- import { init_data_connect } from "./guides/init_data_connect" ;
87import { init_firestore } from "./guides/init_firestore" ;
98import { init_firestore_rules } from "./guides/init_firestore_rules" ;
109import { init_hosting } from "./guides/init_hosting" ;
11- import { init_rtdb } from "./guides/init_rtdb" ;
1210import { ServerResource , ServerResourceTemplate } from "../resource" ;
1311import { trackGA4 } from "../../track" ;
1412
1513export const resources = [
1614 init_backend ,
1715 init_ai ,
18- init_data_connect ,
1916 init_firestore ,
2017 init_firestore_rules ,
21- init_rtdb ,
2218 init_auth ,
2319 init_hosting ,
2420] ;
You can’t perform that action at this time.
0 commit comments