@app-studio/web 0.7.16 → 0.7.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/web.esm.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React, { useRef, useState, useEffect, useCallback, useMemo, createContext, useContext, Fragment } from 'react';
|
|
2
2
|
import { View as View$1, Element, Typography, Image, useTheme, Input, Form } from 'app-studio';
|
|
3
3
|
import { Link as Link$1 } from 'react-router-dom';
|
|
4
|
-
import {
|
|
4
|
+
import { Horizontal as Horizontal$1 } from 'src/components/Layout/Horizontal/Horizontal';
|
|
5
|
+
import { Vertical as Vertical$1 } from 'src/components/Layout/Vertical/Vertical';
|
|
5
6
|
import format from 'date-fns/format';
|
|
6
7
|
import { useFormikContext } from 'formik';
|
|
7
8
|
import { create } from 'zustand';
|