lesson 1, chapter 2: storybook setup

This commit is contained in:
2023-07-28 14:00:44 +02:00
parent fce68243c3
commit 123e60e898
35 changed files with 6280 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
import '@fontsource/roboto/400.css'
import '@fontsource/roboto/700.css'
import './styles/index.scss'
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'