refactoring , add YogaImageComponent, bcryptjs
This commit is contained in:
parent
166b26c6a4
commit
8699a497cc
17
yoga-app/src/app/api/web-client/types.ts
Normal file
17
yoga-app/src/app/api/web-client/types.ts
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
export interface HomePageData{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
export interface OurServiceData{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface AboutUsData{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface OurSpecialitiesData{
|
||||||
|
|
||||||
|
}
|
||||||
15
yoga-app/src/app/api/web-client/web-client.ts
Normal file
15
yoga-app/src/app/api/web-client/web-client.ts
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class WebClient {
|
||||||
|
|
||||||
|
public getHomePage(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
const client = new WebClient();
|
||||||
|
|
||||||
|
export default client;
|
||||||
Loading…
Reference in New Issue
Block a user