Revert exposing of components
Signed-off-by: Kalle Ericson <7943407+kalleericson@users.noreply.github.com>
This commit is contained in:
@@ -13,26 +13,4 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {
|
||||
TemplateCard,
|
||||
type TemplateCardProps,
|
||||
type TemplateCardAdditionalLink,
|
||||
} from './TemplateCard';
|
||||
export {
|
||||
TemplateCardContent,
|
||||
type TemplateCardContentProps,
|
||||
} from './TemplateCardContent';
|
||||
export {
|
||||
TemplateCardTags,
|
||||
type TemplateCardTagsProps,
|
||||
} from './TemplateCardTags';
|
||||
export {
|
||||
TemplateCardLinks,
|
||||
type TemplateCardLinksProps,
|
||||
} from './TemplateCardLinks';
|
||||
export {
|
||||
TemplateCardActions,
|
||||
type TemplateCardActionsProps,
|
||||
} from './TemplateCardActions';
|
||||
export { CardHeader, type CardHeaderProps } from './CardHeader';
|
||||
export { CardLink, type CardLinkProps } from './CardLink';
|
||||
export { TemplateCard, type TemplateCardProps } from './TemplateCard';
|
||||
|
||||
Reference in New Issue
Block a user