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

This commit is contained in:
Rinsvent 2023-01-07 15:34:01 +07:00
parent ff1420271b
commit c2edde8183
12 changed files with 3 additions and 3 deletions

View File

@ -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,