Move to subdir

pull/111/head
MattIPv4 2020-05-26 16:37:12 +01:00
parent a07cc51e61
commit 8459764c46
2 changed files with 2 additions and 3 deletions

View File

@ -75,8 +75,7 @@ limitations under the License.
:name="`${nginxDir}/${conf[0]}`"
:conf="conf[1]"
:half="confFilesOutput.length > 1 && !splitColumn"
>
</NginxPrism>
></NginxPrism>
</div>
</div>
</div>
@ -102,7 +101,7 @@ limitations under the License.
import Domain from './domain';
import Global from './global';
import Setup from './setup';
import NginxPrism from './nginx_prism';
import NginxPrism from './prism/nginx';
export default {
name: 'App',