feat: Contentstack <-> ImageVault integration
This commit is contained in:
11
remix/app/components/InvalidConfig.tsx
Normal file
11
remix/app/components/InvalidConfig.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default function InvalidConfig() {
|
||||
return (
|
||||
<div>
|
||||
<p>The configuration for this app is not correct!</p>
|
||||
<p>
|
||||
Go to the app configuration to fill in all fields in order for this app
|
||||
to run correctly.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user