\ No newline at end of file
diff --git a/docs/demo/immutable.md b/docs/demo/immutable.md
new file mode 100644
index 0000000..c268809
--- /dev/null
+++ b/docs/demo/immutable.md
@@ -0,0 +1,8 @@
+---
+title: Immutable
+nav:
+ title: Demo
+ path: /demo
+---
+
+
\ No newline at end of file
diff --git a/docs/demo/point.md b/docs/demo/point.md
deleted file mode 100644
index 1a62de8..0000000
--- a/docs/demo/point.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: Point
-nav:
- title: Demo
- path: /demo
----
-
-
\ No newline at end of file
diff --git a/docs/examples/follow.tsx b/docs/examples/follow.tsx
deleted file mode 100644
index 63928d5..0000000
--- a/docs/examples/follow.tsx
+++ /dev/null
@@ -1,92 +0,0 @@
-import React from 'react';
-import Align from '../../src';
-
-const Demo = () => {
- const [width, setWidth] = React.useState(100);
- const [height, setHeight] = React.useState(100);
- const [left, setLeft] = React.useState- - - - - - - - - -
-