1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-01 19:45:23 +02:00

Code splitting now works through awaited import (#6)

This commit is contained in:
Peter Savchenko 2018-10-03 12:26:41 +03:00 committed by GitHub
parent e7e64cea3e
commit 5c0560a2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 214 additions and 500 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="/dist/bundle.css" />
<link rel="stylesheet" href="/dist/main.css" />
</head>
<body>
{% include "components/header.twig" %}