We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c478d00 commit ef0708eCopy full SHA for ef0708e
4 files changed
src/components/BorderAnimationContainer/BorderAnimationContainer.tsx
src/components/BorderAnimationContainer/index.ts
src/components/index.ts
@@ -1,6 +1,5 @@
1
export * from './ArticleCard';
2
export * from './animateModal';
3
-export * from './BorderAnimationContainer';
4
export * from './Button';
5
export * from './CardComponent';
6
export * from './Chip';
src/services/backend/articles/constants.ts
@@ -1,5 +1,5 @@
-// export const LEARNING_BACKEND_URL = 'https://amitraikwar-services.onrender.com';
-export const LEARNING_BACKEND_URL = 'http://localhost:3000';
+export const LEARNING_BACKEND_URL = 'https://amitraikwar-services.onrender.com';
+// export const LEARNING_BACKEND_URL = 'http://localhost:3000';
// Query
export const ALL_ARTICLES_URL = `/all_articles`;
0 commit comments