File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/pages/[platform]/build-a-backend/data/query-data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ const [posts, setPosts] = useState<Post[]>([]);
237237<InlineFilter filters = { [" angular" , " vue" ]} >
238238
239239``` ts
240- import { type Schema } from ' @ /amplify/data/resource' ;
240+ import { type Schema } from ' ../../.. /amplify/data/resource' ;
241241
242242type Post = Schema [' Post' ][' type' ];
243243```
@@ -306,9 +306,9 @@ onMounted(() => {
306306
307307<InlineFilter filters = { [" angular" ]} >
308308``` ts
309+ import type { Schema } from ' ../../../amplify/data/resource' ;
309310import { Component , OnInit } from ' @angular/core' ;
310311import { generateClient , type SelectionSet } from ' aws-amplify/data' ;
311- import type { Schema } from ' ../../../amplify/data/resource' ;
312312import { CommonModule } from ' @angular/common' ;
313313
314314const client = generateClient <Schema >();
You can’t perform that action at this time.
0 commit comments