refactoring , add YogaImageComponent, bcryptjs

This commit is contained in:
Schneider Roland 2025-01-09 21:22:06 +01:00
parent 166b26c6a4
commit 8699a497cc
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,17 @@
export interface HomePageData{
}
export interface OurServiceData{
}
export interface AboutUsData{
}
export interface OurSpecialitiesData{
}

View File

@ -0,0 +1,15 @@
class WebClient {
public getHomePage(){
}
}
const client = new WebClient();
export default client;