Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jan 22, 2024
1 parent e4459fd commit 649b49b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log

## [Unreleased]
### Changed
- fix some issues with deployment
- improve sytle HMR in development

## [0.19.0] - 2024-01-16
### Added
Expand Down
2 changes: 1 addition & 1 deletion examples/09_cssmodules/src/entries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { lazy } from 'react';
import { defineEntries } from 'waku/server';
import { Slot } from 'waku/client';

const App = lazy(() => import('./components/App.js'));
const Layout = lazy(() => import('./components/Layout.js'));
const App = lazy(() => import('./components/App.js'));

export default defineEntries(
// renderEntries
Expand Down

0 comments on commit 649b49b

Please sign in to comment.