feat(SW-375): new tokens
new asset generation logic BREAKING CHANGE: New tokens.
This commit is contained in:
13
packages/design-system/example/index.tsx
Normal file
13
packages/design-system/example/index.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
import ReactDOM from 'react-dom/client'
|
||||
|
||||
import '@scandic-hotels/design-system/style.css'
|
||||
import '@scandic-hotels/design-system/fonts.css'
|
||||
|
||||
import { Main } from './components/Main'
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||
<React.StrictMode>
|
||||
<Main />
|
||||
</React.StrictMode>
|
||||
)
|
||||
Reference in New Issue
Block a user