Revert "pl-fe: this wasn't meant to be committed"
This reverts commit a1ab1e624a
.
This commit is contained in:
parent
649b659b63
commit
76b8ff2819
2 changed files with 3 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,5 @@
|
|||
import React from 'react';
|
||||
|
||||
import { useInstance } from 'pl-fe/api/hooks/instance/use-instance';
|
||||
import Layout from 'pl-fe/components/ui/layout';
|
||||
import LinkFooter from 'pl-fe/features/ui/components/link-footer';
|
||||
import {
|
||||
|
@ -11,6 +10,7 @@ import {
|
|||
import { useAppSelector } from 'pl-fe/hooks/use-app-selector';
|
||||
import { useOwnAccount } from 'pl-fe/hooks/use-own-account';
|
||||
import { federationRestrictionsDisclosed } from 'pl-fe/utils/state';
|
||||
import { useInstance } from 'pl-fe/api/hooks/instance/use-instance';
|
||||
|
||||
interface IRemoteInstanceLayout {
|
||||
params?: {
|
||||
|
|
Loading…
Reference in a new issue