From 22b15f833d388d2fed12b7f4dcd917c57712cbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Wed, 17 May 2023 18:33:41 -0600 Subject: Added bootstrap library. We now have better looking assets! --- src/features/counter/Counter.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/features/counter') diff --git a/src/features/counter/Counter.jsx b/src/features/counter/Counter.jsx index d589bf9..b8453b2 100644 --- a/src/features/counter/Counter.jsx +++ b/src/features/counter/Counter.jsx @@ -8,17 +8,19 @@ export function Counter() { return (
+

{count}

- {count} -- cgit v1.2.3