Revert exposing of components

Signed-off-by: Kalle Ericson <7943407+kalleericson@users.noreply.github.com>
This commit is contained in:
Kalle Ericson
2024-12-09 13:23:21 +01:00
parent c6be12e1ef
commit 2e9f2677b3
@@ -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';