Перенес в поддиректорию

jwt
Rinsvent 2 years ago
parent ff1420271b
commit c2edde8183
  1. 0
      components/elements/argument/index.tsx
  2. 0
      components/elements/argument/styles.module.css
  3. 0
      components/elements/arguments/index.tsx
  4. 0
      components/elements/arguments/styles.module.css
  5. 0
      components/elements/command/context.ts
  6. 0
      components/elements/command/index.tsx
  7. 0
      components/elements/command/styles.module.css
  8. 0
      components/elements/option/index.tsx
  9. 0
      components/elements/option/styles.module.css
  10. 0
      components/elements/options/index.tsx
  11. 0
      components/elements/options/styles.module.css
  12. 6
      pages/index.tsx

@ -1,8 +1,8 @@
import Head from 'next/head'
import styles from '../styles/Home.module.css'
import {OptionInterface} from "../components/option";
import {ArgumentInterface} from "../components/argument";
import Command from "../components/command";
import {OptionInterface} from "../components/elements/option";
import {ArgumentInterface} from "../components/elements/argument";
import Command from "../components/elements/command";
interface CommandInterface {
class: string,

Loading…
Cancel
Save