feat(SW-375): new tokens
new asset generation logic BREAKING CHANGE: New tokens.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Main } from './Main'
|
||||
import { Header } from './Header'
|
||||
|
||||
export function ContentPage() {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<Main />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user