feat(ui_components): export cards #126

This commit is contained in:
Malo Léon 2023-02-09 15:21:23 +01:00 committed by Hugo Pointcheval
parent c5e7547551
commit 4397c579ca
Signed by: hugo
GPG Key ID: 3AAC487E131E00BC

View File

@ -15,4 +15,6 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>. // along with this program. If not, see <https://www.gnu.org/licenses/>.
export './information_card_component.dart'; export './information_card_component.dart';
export './portfolio_card_component.dart';
export './quote_card_component.dart'; export './quote_card_component.dart';
export './skill_card_component.dart';